Chartbreaker
    Preparing search index...

    Type Alias Scale_RequiredMarker

    type Scale_RequiredMarker = {
        color: string;
        important: boolean;
        object: Layer | Tool | Chart;
        order: number;
        scale: ChartEScale;
        textColor: string | null;
        value: number;
    }
    Index

    Properties

    color: string
    important: boolean
    object: Layer | Tool | Chart
    order: number
    textColor: string | null
    value: number