Member Junction
    Preparing search index...

    Lightweight scope metadata returned by the SearchScopes GraphQL query.

    interface SearchScopeInfo {
        Description?: string;
        Icon?: string;
        ID: string;
        IsDefault: boolean;
        IsGlobal: boolean;
        IsPersonal: boolean;
        Name: string;
    }
    Index

    Properties

    Description?: string
    Icon?: string
    ID: string
    IsDefault: boolean
    IsGlobal: boolean
    IsPersonal: boolean

    True when the scope has an OwnerUserID — renders as a personal scope in the UI.

    Name: string