ISPO SDK
    Preparing search index...

    Interface CloudSupportIssueViewer

    Markdown

    Where the CURRENT viewer stands on one issue, so the app can render the right affordances without inferring identity from the public projection.

    interface CloudSupportIssueViewer {
        affected: boolean;
        isOperator: boolean;
        isReporter: boolean;
        signedIn: boolean;
    }

    Hierarchy

    Index
    affected: boolean
    isOperator: boolean
    isReporter: boolean
    signedIn: boolean