Member Junction
    Preparing search index...

    Bundle of scopes plus an optional escape-hatch flag for callers that want "global tags only" without having to construct an empty context.

    interface TagScopeContext {
        globalOnly?: boolean;
        scopes: TagScopeContextEntry[];
    }
    Index

    Properties

    Properties

    globalOnly?: boolean

    When true, only IsGlobal=1 tags are considered visible regardless of the scopes content. Useful for cross-tenant admin views that must not leak tenant-specific tags.

    The (entity, record) pairs that constitute the current scope.