Class: ComponentProps
Base properties for display components.
Hierarchy
ComponentProps
↳
AbstractNumberUnitDisplayProps
Constructors
constructor
• new ComponentProps(): ComponentProps
Returns
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