@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface SemanticTokensAbsolute

    The absolute layout: one object per token, type and modifiers by name.

    interface SemanticTokensAbsolute {
        layout: "absolute";
        legend: SemanticTokensLegend;
        positionEncoding: PositionEncoding;
        tokens: SemanticToken[];
    }
    Index
    layout: "absolute"
    positionEncoding: PositionEncoding
    tokens: SemanticToken[]