@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsSectionBundle

    Response model for listing sections in a form (backend shape).

    interface FormsSectionBundle {
        questions: FormsQuestionResponse[] | null;
        section: FormsSectionForListSections;
    }
    Index

    Properties

    Properties

    questions: FormsQuestionResponse[] | null

    Questions in this section. Null when the section has no questions yet.

    The section metadata.