Skip to main content

Class: ComponentProps

Base properties for display components.

Hierarchy

Constructors

constructor

new ComponentProps(): ComponentProps

Returns

ComponentProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Defined in

src/sdk/components/FSComponent.ts:122


ref

Optional ref: NodeReference<any>

A reference to the display component.

Defined in

src/sdk/components/FSComponent.ts:125