Type alias TLabelState

TLabelState: {
    appearance: TLabelAppearance;
    priority: number | "initial";
}

Defines the state for a label when its appearance is updated.

Type declaration

  • appearance: TLabelAppearance

    Appearance settings for the label.

  • priority: number | "initial"

    Priority level of the label, used for determining display order.