--- title: PropertySection description: Headless collapsible anatomy for property-panel sections. --- # PropertySection PropertySection supplies collapsible section anatomy and canonical open, empty, and disabled state attributes without imposing presentation. ## Anatomy - `PropertySectionRoot` — controlled or uncontrolled Collapsible state - `PropertySectionHeader` — structural header container - `PropertySectionTitle` — accessible Collapsible trigger - `PropertySectionActions` — sibling action area, avoiding nested buttons - `PropertySectionContent` — collapsible content region - `PropertySectionEmptyAction` — empty-only action that opens before emitting `activate` ```vue twoslash ``` ## Generated API reference