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

    Interface HighlightTextJson

    interface HighlightTextJson {
        __defaultExample?: ExampleJson;
        __isDefaultExample?: boolean;
        example: ExampleJson;
        hint: JsonText;
        instruction: JsonText;
        isCorrect: boolean;
        isExample: boolean;
        isHighlighted: boolean;
        item: JsonText;
        lead: JsonText;
        text: string;
    }
    Index
    __defaultExample?: ExampleJson
    __isDefaultExample?: boolean
    example: ExampleJson
    hint: JsonText
    instruction: JsonText
    isCorrect: boolean
    isExample: boolean
    isHighlighted: boolean
    item: JsonText
    lead: JsonText
    text: string