Chartbreaker
    Preparing search index...

    Type Alias TConfig

    type TConfig = {
        editable?: boolean;
        hasLegendEntry?: boolean;
        name: string;
        numHandles: number;
        style?: Record<string, any>;
        translator: Translator;
        type: string;
    }
    Index

    Properties

    editable?: boolean
    hasLegendEntry?: boolean
    name: string
    numHandles: number
    style?: Record<string, any>
    translator: Translator
    type: string