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

    Interface HighlightJson

    interface HighlightJson {
        __defaultExample?: ExampleJson;
        attrs: Record<string, unknown>;
        example: ExampleJson;
        hint: JsonText;
        instruction: JsonText;
        isExample: boolean;
        item: JsonText;
        lead: JsonText;
        postfix: string;
        prefix: string;
        texts: HighlightTextJson[];
        type: "highlight";
    }

    Hierarchy (View Summary)

    Index
    __defaultExample?: ExampleJson
    attrs: Record<string, unknown>
    example: ExampleJson
    hint: JsonText
    instruction: JsonText
    isExample: boolean
    item: JsonText
    lead: JsonText
    postfix: string
    prefix: string
    type: "highlight"