Skip to content

Constant

By managing fixed values as constants and using these constants within a definition, it is possible to apply value changes to the relevant areas at once. Constants correspond to methods of the object $const and can be called in the form $const.{constant name}. Example) $const.nameLabel

Tips

Add

  1. Click the "ADD" button in the upper right corner of the screen.
  2. Enter constant information.
ItemInputDescription
NameRequiredSets a constant name that is unique within the application. Constant names should be named according to the following rules:
* One-byte alphabetic characters or one-byte alphanumeric characters starting with an underscore (’_’) and a one-byte underscore
Data typeRequiredSelect from the following:
  • String
  • Number
  • Boolean
  • Object
  • ValueRequiredSet the value to match the selected data type.

    Tips

    Commit

    The user can commit an app definition to repository with the application definition against commit.

    Constant List

    Lists information managed as constants.
    Constant records that partially match the string entered in the search field are retrieved and can be displayed in the list. The search targets "name" and "value".

    Operation Menu

    Click on the button to the right of the list of constants to open the Menu. Each menu item is described below.

    MenuDescription
    EditAn edit dialog opens to update the constant information.
    DeleteDelete constants.