Type Alias LabelContainerOptions

LabelContainerOptions: {
    height: number;
    text: string;
    textOptions: AutoScaledTextOptions;
    width: number;
    wrapper?: WrapperOptions;
}