@tikoci/centrs
    Preparing search index...

    Interface ExplainSymbolOccurrence

    interface ExplainSymbolOccurrence {
        bindingIds: string[];
        class: ExplainSymbolClass;
        ev: string;
        name: string;
        note?: string;
        role: SymbolRole;
        sigil: boolean;
        span: ExplainSpanRange;
    }
    Index

    Properties

    bindingIds: string[]

    Stable only within this result; empty when no visible binding was decided.

    ev: string
    name: string
    note?: string

    The resolver's reason for an abstention or special reading.

    sigil: boolean

    Whether the source used a $-sigilled reference spelling.