Chartbreaker
    Preparing search index...

    identifier: full identifier of the generator, as received via BG.charts.ToolGenerator.TArgs isEphemeral: if true, generator will not be serialized (default: false) hasLegendEntry: if false, generator will not have a legend entry (default: true)

    type TConfig = {
        context: BG.charts.TContext;
        hasLegendEntry?: boolean;
        identifier: string;
        isEphemeral?: boolean;
        name?: string;
        numInputs?: number;
        supplementaryData: BG.charts.SupplementaryData;
        translator: Translator;
    }
    Index

    Properties

    context: BG.charts.TContext
    hasLegendEntry?: boolean
    identifier: string
    isEphemeral?: boolean
    name?: string
    numInputs?: number
    supplementaryData: BG.charts.SupplementaryData
    translator: Translator