...
Attributes are the options available for each component, allowing you to customize its appearance and functionality. They help you tailor the look and behavior of your components to fit your needs.
Basic
...
Attribute | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Header | This field allows users to add a title or heading to the section, providing context or description for the content within the section. You can also assign a dynamic assigned Header using merge text.
| |||||||||||
No Header | This checkbox enables users to remove the section's header, creating a streamlined layout without a title or heading. | |||||||||||
Is Collapsible | This checkbox allows users to make sections of the application interface collapsible, enhancing the overall user experience. | |||||||||||
Actions | This allows users to add multiple actions to a section, each represented as a button. It enables users to quickly perform specific actions or invoke workflows directly from the section header.
| |||||||||||
Overflow After | It is used to manage control the display of actions in a list format within a section header. Note: By default, this attribute is set to a value of
| |||||||||||
Show Border | It is used to simply add border surrounding the section. Note: Currently, we support only black borders. |
...
Label Source Type Attribute | Description |
---|---|
Static | It includes only records from the manually input value. |
Model (Salesforce Object) | From this source, users can select a Model (Salesforce Object) field to be displayed as the label name. |
Variable | Here, users can select the label name from variables such as Record ID, Is Disabled, Is Read only, or Is Visible. |
cookie key | By using the Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the Cookie Key value. |
Local Storage Key | By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value. |
User | Here, you can choose the label from user fields such as First Name, Last Name, Email, Name, Phone, or Session ID. |
Header Actions:
...
Header Action Attributes | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Name | Enter a unique API name for your action. | ||
Icon | This option lets you choose from various icons to add to the action button. | ||
Variant | This feature allows users to change the appearance of the action button. You can explore more about variants
| ||
Visibility Type | It determines whether a component is visible on the layout. It offers the following visibility types:
| ||
Disability Type | It determines whether a component is disable on the layout. It offers the following visibility types:
|
...