Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute Name

Description

Debounce time in seconds

"Debounce time in seconds" refers to the delay period set to prevent a Event from being called.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example, If the debounce time is set to 2 seconds, the Event will only execute if there is a 2-second pause.

Help Text

Provides additional guidance or information about a field or element to assist users in understanding how to complete it or what data is expected.

Picklist Values

Here, users can add picklist values.

Is Page Size OptionsCheckbox

Enabling this checkbox displays the page size options.

Application Name

Users can select an application from the existing list.

Hide Search Checkbox

Enabling this checkbox allows the user to hide the search bar.

Is Dependent Checkbox

Enabling this checkbox sets the picklist as a dependent picklist.

Show Drop Down Up

Enabling the checkbox displays the drop-down menu above the picklist.

Hide Select Icon

Enabling this checkbox hides the select icon

Option Limit

Users can set the picklist display limit to 5, 7, or 10 items.

Value Destination Types

This attribute specifies whether the user wants to store a value in a variable or a model.
Variable: If you choose the variable option, you can select the variable where you want to save the field's value. You can bind this variable's value to the component by creating the appropriate variable.

Model: Here, you can select "Model" as the value destination.

Note: Value Destination Model field appears when you select "Model" as the Value Destination Type.

Value Destination Variables

Here you can choose the variable option from this list.

Note: This appears when you select "Variable" as the Value Destination Type.

Value Destination Model

  • From the value destination model, you can select the specific model where you want to save the field's value.

  • By using a model, you can bind a value to the component, with the value coming from the object used during model creation.

...