Skip to main content

Interface: CollectionComponentProps

The props for a CollectionComponent.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


id

id: string

The element ID to use.

Defined in

src/sdk/components/CollectionComponent.tsx:14


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125