Skip to main content

Interface: CollectionComponentProps

Defined in: src/sdk/components/CollectionComponent.tsx:12

The props for a CollectionComponent.

Extends

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


id

id: string

Defined in: src/sdk/components/CollectionComponent.tsx:14

The element ID to use.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref