Versions Compared

Key

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

...

Include Page
UI Attributes
UI Attributes

...

Visibility, Read Only and Component

Attribute

Description

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Always: The component will always be visible.

  2. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about conditional visibility here

Info

Reference: Conditional Visibility.

Read Only Type

It specifies whether a component can be edited by users. It offers the following options:

  1. Never: The component will always be editable at any time.

  2. Always: The component will never be editable.

  3. Conditional: The component's editability is determined based on specific criteria, which can make it either editable or read only as needed.

You can explore more about conditional visibility here

Info

Reference: Read Only.

Component Label

It simply shows the name of the component.

...

Header Action Attributes

Description

Label

A Label is the name shown to users and can come from various sources.

Info

Reference: Source Type

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 here

Info

Reference: Variant.

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Never: There component will never be visible.

  2. Always: The component will always be visible.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Conditional Visibility Type attribute here

Info

Reference: Conditional Visibility.

Disability Type

It determines whether a component is disable on the layout. It offers the following visibility types:

  1. Never: There is no disable option for this component

  2. Always: The component will always be disabled.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Conditional Disability Type attribute here

Info

Reference: Conditional Disability.

Variants:

Variant

Description

Neutral

Neutral is the default variant of the Action which is displayed in white color.

Brand

Brand variant is a blue color.

Outline-brand

Outline-brand is like the brand variant, but the color is used for the label and border only, not the whole Action color.

Destructive

Destructive variant is in a red color.

Info

Note: It is usually used to group buttons which depict actions which warn the user.

Success

Success variant is in a green color.

Info

Note: It is usually used to group buttons which depict successful action.

...