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

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, string>

      Returns:

      this

      addDashboardPicker method

      Signature

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

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & FieldNamePickerConfigSettings, string>

      Returns:

      this

      addFieldNamePicker method

      Signature

      Parameters

      this

      Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, TOption>

      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

      addSelect method

      Signature

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

      Parameters

      Returns:

      this

      Parameters

      ParameterTypeDescription
      config

      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

      addTimeZonePicker method

      Signature

        Parameters

        Returns:

        this

        Signature

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

        Parameters

        ParameterTypeDescription
        config

        this