Aller au contenu

Glossaire

Account

Account est une application de gestion multi-environnements qui permet de créer, organiser et administrer facilement des applications et leurs environnements associés.

Aggregate

Is a root concept that can be composed of fields, enums and entities. An aggregate is similar in concept to an entity, but with the soul difference that it is the root entity of that group of data.

Boolean

Is a type of field with only 2 possible values: true or false

Border

Allows you to add borders around the component selected. You can define the thickness, the roundness and the color of the border.

Candidate values

By adding a list of values here, you can transform any type of field into a drop down list, from which the user can select a value. If the type is already a drop down, such as an enum or agregate with a list of set values, the candidate values could limit the list according to a specific context.

Computed field

A calculated field is a field that uses existing database fields and applies additional logic — it allows you to create new data from your existing data.

Condition

Allows you to define a pre-set condition to a specific style

Dark Theme

Allows you to switch the component color to the dark theme. This only works on components that have white selected as background color (Style Tab). The component will become black.

Date/Time

This create a date and time picker. If you only need the user to select a date and don’t need a time to be selected, then you could use UTC Date instead.

DAZZM

DAZZM is a no-code enterprise application platform that gives creators – developers, domain experts and citizen developers – limitless possibilities with the freedom to create more, in less time. Why be boring when you can DAZZM.

Don’t show Action Dialog

useful if a command doesn’t have params and only has mutations.

Drilldown

When you have a aggregate collection, and you add this behavior on a component, the event will navigate to a new page where a list automatically generated by the system will be displayed. If the component is not associated to any data, you can use JavaScript in the “source” section to define data for the behavior on this component.

Entity

A group of fields that are all connected to the same concept.

Enum

A static list of values.

Fields

Allows you to transfer data from the page to a field in the dialogue, to avoid having to enter the information twice. If you set the field as not visible, then the data can’t be modified by the used but is still used in the command.

Filter Key

It’s the first step, in order to have pagination on that component. If you don’t assign one, the system will use a default one and it will be the same one for each components. Also, if you have 2 or more similar Filter Key , then each list will be sorted the same way. The second step to add pagination would be to add “Page Size”.

HTML

The HTML field allows the text box to strecth with the content and offers an interface similar to Word; the user can Bold or Underline part of the content, add bullet points, change the color and the font of the text, etc.

Item separator

Allows you to select the type of visual elements that will create spacing between the childs of the box (parent)

Item spacing

Allows you to define the spacing seperating the childs of the container (such as a box or a repeater).

Margin

Define the amount of space outside of the component selected.

Multiline

Automatically displays a 5 lines box of text. If the content added in the field by the user is longer than those 5 lines, a scroll bar will automatically be added,

Multiline field

Allows a string field to have text on multiple lines. The user will be able to use “enter” to do so.

Mutation

Defines how the value of the field will be added in the database. The value can come from the parameter or from a mutation field configuration.

Number field

This field can only contain numbers.

Overflow

It generally allows you to add a scrollbar in the scenario where the content overflows the space allowed: Scroll. Another option is “hidden” and this one hides the overflowing content.

Padding

Define the amount of space inside of the component selected. We would recommend to use padding over marging for the majority of cases.

Page size

Define how many child of the repeater should be displayed on the page, before proposing to go to a following page to view more.

Parameter

Define the fields that the user can use/have access too while triggering the command.

Persist Mode

Allows you to define how long the data is saved in the application. You can select either by “device” or by “session” . If you select “device”, it means that the browser stores the data locally. If you select “session”, as soon as the user closes the application the data is lost.

Precondition

Adds a prerequisite to be able to run the command.

Prevent navigation

Blocks the user from navigating from the list page to the detailed page of the selected element

Save Page Data

When you want to save interactions from the user that affects the page look or data.

String

Is a simple text field with no HTML option. It’s one of the most used type of simple field. However, if the contain could be fairly long, then you are better of using the HTML simple type field.

Tooltip

Displays a label when the mouse hovers over the component

UTC Date

UTC date picker is a coordinated Universal Date. No matter where in the world the user is, January 1st UTC time, is the same for everyone.

Workflow

Workflow is a way to automate tasks and processes. Users can design and manage workflows by connecting actions and triggers using visual programming.