Signature

    Import

    Methods

    Signature

    1. addBooleanSwitch<TSettings = any>(config: PanelOptionsEditorConfig<TOptions, TSettings, boolean>): this;

    Parameters

    ParameterTypeDescription
    configPanelOptionsEditorConfig<TOptions, TSettings, boolean>

    Returns:

    this

    addColorPicker method

    Signature

    1. addColorPicker<TSettings = any>(config: PanelOptionsEditorConfig<TOptions, TSettings, string>): this;

    Parameters

    ParameterTypeDescription
    configPanelOptionsEditorConfig<TOptions, TSettings, string>

    Returns:

    this

    addDashboardPicker method

    Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & FieldNamePickerConfigSettings, string>

      Returns:

      this

      addFieldNamePicker method

      Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & FieldNamePickerConfigSettings, string>

      Returns:

      this

      1. addMultiSelect<TOption, TSettings extends SelectFieldConfigSettings<TOption>>(config: PanelOptionsEditorConfig<TOptions, TSettings, TOption>): this;

      Parameters

      Returns:

      this

      addNestedOptions method

      Signature

      1. addNestedOptions<Sub>(opts: NestedPanelOptions<Sub>): this;

      Parameters

      ParameterTypeDescription
      optsNestedPanelOptions<Sub>

      Returns:

      this

      addNumberInput method

      Signature

      1. addNumberInput<TSettings>(config: PanelOptionsEditorConfig<TOptions, TSettings & NumberFieldConfigSettings, number>): this;

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & NumberFieldConfigSettings, number>

      Returns:

      this

      addRadio method

      Signature

      1. addRadio<TOption, TSettings extends SelectFieldConfigSettings<TOption>>(config: PanelOptionsEditorConfig<TOptions, TSettings, TOption>): this;

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, TOption>

      Returns:

      this

      Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, TOption>

      Returns:

      this

      addSliderInput method

      Parameters

      Returns:

      this

      addStringArray method

      Signature

      1. addStringArray<TSettings>(config: PanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string[]>): this;

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string[]>

      Returns:

      this

      addTextInput method

      Signature

      1. addTextInput<TSettings>(config: PanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string>): this;

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string>

      Returns:

      this

      Signature

      1. addTimeZonePicker<TSettings = any>(config: PanelOptionsEditorConfig<TOptions, TSettings, string>): this;

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, string>

      Returns:

      this

      addUnitPicker method

      Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & UnitFieldConfigSettings, string>

      Returns: