XCompile
    Preparing search index...

    Interface Issue

    interface Issue {
        level: IssueLevel;
        location?: Location;
        message?: string;
        source?: string;
        stack?: string;
        toString?(): string;
    }
    Index

    Properties

    level: IssueLevel
    location?: Location
    message?: string
    source?: string
    stack?: string

    Methods

    • Returns string