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

    Interface FormsSectionRequest

    The request body for updating a section.

    interface FormsSectionRequest {
        description?: ProseMirrorDocumentUpdate;
        title?: string;
    }
    Index

    Properties

    Properties

    The section description as ProseMirror JSON, edited in Tiptap and sent by the admin interface.

    title?: string

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