Skip to main content

Class: ComponentProps

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

Base properties for display components.

Extended by

Constructors

Constructor

new ComponentProps(): ComponentProps

Returns

ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.