jc-section
The object must be any of the following types:
The schema defines the following additional types:
Properties of the JCSectionOnDefaultConfig object:
Property | Type | Required | Description |
type | component.section | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Section Options | true | |
Properties of the options object:
Property | Type | Required | Description |
title | string | true | |
children | JigDefaultSectionChild[] | true | |
The object is an array with all elements of the type JigDefaultSectionChild.
JigDefaultSectionChild (jc-avatar | jc-bar-chart | jc-entity | jc-form | jc-image | jc-line-chart | jc-expander | jc-list | jc-location | jc-pie-chart | jc-stepper | JCVideoPlayerOnJigConfig | jc-web-view | jc-interactive-image | jc-widgets | jc-custom-component)
The object must be any of the following types:
Properties of the JCSectionOnEntityConfig object:
Property | Type | Required | Description |
type | component.section | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Section Options | true | |
Properties of the options object:
Property | Type | Required | Description |
title | string | true | |
children | EntitySectionChild[] | true | |
The object is an array with all elements of the type EntitySectionChild.
EntitySectionChild (JCEntityFieldRowConfig | jc-entity-field)
The object must be any of the following types:
Properties of the JCEntityFieldRowConfig object:
Property | Type | Required | Description |
type | component.field-row | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Entity Field Row Options | true | |
Properties of the options object:
Property | Type | Required | Description |
children | true | Maximum of 3 children in a row |
children (jc-entity-field[], required)
Maximum of 3 children in a row
The object is an array with all elements of the type jc-entity-field.
Additional restrictions:
- Minimum items: 1
Properties of the JCSectionOnFormConfig object:
Property | Type | Required | Description |
type | component.section | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Section Options | true | |
Properties of the options object:
Property | Type | Required | Description |
title | string | true | |
children | FormSectionChild[] | true | |
The object is an array with all elements of the type FormSectionChild.
FormSectionChild (jc-field-row | FormChildrenFields)
The object must be any of the following types:
FormChildrenFields (jc-text-field | jc-checkbox | jc-email-field | jc-number-field | jc-dropdown | jc-date-picker | jc-signature-field | jc-media-field | jc-avatar-field)
The object must be any of the following types:
Properties of the JCVideoPlayerOnJigConfig object:
Property | Type | Required | Description |
type | component.video-player | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Video Player Options jigs | true | |
Properties of the options object:
Property | Type | Required | Description |
url | string | string | true | URL of the video |
title | string | Expression | TextWithFormat | TextLocale | false | Title of the video |
subtitle | string | Expression | TextWithFormat | TextLocale | false | Subtitle of the video |
ratio | Ratio | false | Aspect ratio of the video (default = 16:9, only for non-YouTube videos) |
autoplay | boolean | string | false | Autoplay the video (default = true) |
loop | boolean | string | false | Loop the video (default = true) |
onPress | false | Action Keg component that will be triggered by pressing on this image. |
URL of the video
The object must be any of the following types:
Title of the video
Subtitle of the video
Aspect ratio of the video (default = 16:9, only for non-YouTube videos)
Autoplay the video (default = true)
The object must be any of the following types:
Loop the video (default = true)
The object must be any of the following types:
Action Keg component that will be triggered by pressing on this image.
This element must be one of the following enum values:
- 16:9
- 4:3
