...
Code Block | ||
---|---|---|
| ||
- label: 'Is completed' key: 'isCompleted' type: 'boolean' showInTableHeader: true showInDetailList: true |
The following values, and their string representations, are considered as false: false
, 0
, null
, ''
, undefined
.
Form
type: form
Allow opening forms directly from a given entry. The form can be opened with given data of the entry when the property forwardProperties
is configured.
...