Skip to content
Entangle UI v0.13.0

NodeGraphNodeSectionProps

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:19

optional children?: ReactNode

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:36

Section body — typically a <NodeGraph.PinList> of the extra pins.


optional className?: string

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:33


optional collapsed?: boolean

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:28

Controlled collapsed state. Pair with onCollapsedChange.


optional collapsible?: boolean

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:26

Whether the header toggles the section. When false the section is a static labelled group (no chevron, always shown).

true

optional defaultCollapsed?: boolean

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:30

Initial collapsed state when uncontrolled.

false

optional onCollapsedChange?: (collapsed) => void

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:32

Fires when the user toggles the section.

boolean

void


optional style?: CSSProperties

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:34


optional title?: ReactNode

Defined in: src/components/editor/NodeGraph/NodeGraphNodeSection.tsx:21

Header label shown next to the collapse toggle.