Theia API Documentation v1.70.0
    Preparing search index...

    Options bag for constructing a QuestionResponseContentImpl.

    interface QuestionResponseContentOptions {
        header?: string;
        multiSelect?: boolean;
        onSkip?: () => void;
        selectedOption?: { text: string; value?: string };
        selectedOptions?: { text: string; value?: string }[];
    }
    Index

    Properties

    header?: string
    multiSelect?: boolean
    onSkip?: () => void

    Called when the user dismisses a single-select question without choosing an option.

    selectedOption?: { text: string; value?: string }
    selectedOptions?: { text: string; value?: string }[]