RequiredMarker: {
    color: string;
    important: boolean;
    object: BG.charts.Layer | BG.charts.Tool | BG.charts.Chart;
    order: number;
    scale: EScale;
    textColor: string | null;
    value: number;
}

Type declaration