State for an individual form section (panel)

interface FormSectionState {
    isExpanded: boolean;
    widthMode: "normal" | "full-width";
}

Properties

isExpanded: boolean

Whether the section is currently expanded

widthMode: "normal" | "full-width"

Width mode for the section panel