Signature

    Import

    Methods

    Signature

      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

      addFieldNamePicker method

      Signature

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings & FieldNamePickerConfigSettings, string>

      Returns:

      this

      addMultiSelect method

      Signature

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

      Returns:

      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

      Parameters

      ParameterTypeDescription
      configPanelOptionsEditorConfig<TOptions, TSettings, TOption>

      Returns:

      this

      addSliderInput method

      Signature

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

      Parameters

      Signature

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

      Parameters

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

      Returns:

      this

      addTextInput method

      Signature

        Parameters

        ParameterTypeDescription
        configPanelOptionsEditorConfig<TOptions, TSettings & StringFieldConfigSettings, string>

        Returns:

        this

        addTimeZonePicker method

        Signature

        Parameters

        ParameterTypeDescription
        configPanelOptionsEditorConfig<TOptions, TSettings, string>

        Returns:

        this

        addUnitPicker method

        Signature

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

        Parameters

        Returns: