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

    Interface FormsSection

    A section within a form, grouping questions together.

    interface FormsSection {
        description?: string;
        formId: string;
        id: string;
        title: string;
    }
    Index

    Properties

    description?: string

    Section description.

    formId: string

    The form this section belongs to.

    id: string

    Unique identifier.

    title: string

    Section title (e.g., 'Group Info').