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

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 declaration