interface ParentProps {
    bg_color: Vector4;
    color: Vector4;
    enable_bg: boolean;
    enable_stroke: boolean;
    font_family: string;
    font_size: number;
    font_style: FontStyle;
    font_weight: FontWeight;
    stroke_color: Vector4;
    stroke_width: number;
    [name: string]: any;
}

Indexable

[name: string]: any

Properties

bg_color: Vector4
color: Vector4
enable_bg: boolean
enable_stroke: boolean
font_family: string
font_size: number
font_style: FontStyle
font_weight: FontWeight
stroke_color: Vector4
stroke_width: number