interface TextLabelConfig {
    listening?: boolean;
    style: TextLabelStyle;
    text?: string;
}

Hierarchy (View Summary)

Properties

listening?: boolean

If set to true node listens to events

text?: string

Text to display