interface TextDisplayModalData

export interface TextDisplayModalData extends BaseModalData<ComponentType.TextDisplay>

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData