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

Hierarchy (view full)

Properties

listening?: boolean

If set to true node listens to events

text?: string

Text to display