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

    Type Alias FeedbackBitFeedback

    type FeedbackBitFeedback = {
        choices?: FeedbackBitFeedbackChoice[];
        example?: boolean | BitmarkPlus;
        heading?: { forKeys?: string; forValues?: string; [key: string]: unknown };
        hint?: BitmarkPlus;
        instruction?: BitmarkPlus;
        isExample?: boolean;
        item?: BitmarkPlus;
        reason?: {
            example?:
                | {
                    content?: { text?: string; type?: string; [key: string]: unknown }[];
                    type?: string;
                    [key: string]: unknown;
                }[]
                | BitmarkPlus;
            instruction?: BitmarkPlus;
            isExample?: boolean;
            reasonableNumOfChars?: number;
            text?: string;
            [key: string]: unknown;
        };
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    example?: boolean | BitmarkPlus
    heading?: { forKeys?: string; forValues?: string; [key: string]: unknown }
    instruction?: BitmarkPlus
    isExample?: boolean
    reason?: {
        example?:
            | {
                content?: { text?: string; type?: string; [key: string]: unknown }[];
                type?: string;
                [key: string]: unknown;
            }[]
            | BitmarkPlus;
        instruction?: BitmarkPlus;
        isExample?: boolean;
        reasonableNumOfChars?: number;
        text?: string;
        [key: string]: unknown;
    }