Preview environment

interface TextDisplayComponentData

export interface TextDisplayComponentData extends BaseComponentData

content : string

The content displayed in this component

optional
id? : number

the id of this component

Inherited from: BaseComponentData

The type of component

Inherited from: BaseComponentData