TLabelState: Omit<Required<TAddLabelOptions>, "id"> & {
    text: string;
    type: "label";
}

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

MMNEPVFCICPMFPCPTTAAATR