jig.default
Type jig.default is the most versatile allowing you to create a with various setup options such as:
- Used with a combination of different components and actions.

Core structure | |
---|---|
children | Add the UI elements (Components) under the children property, for example, component.form. Use Intellisense (ctrl+space) to select a component from the available list. |
title | Provide the name of the screen. If you do not want to show a title in a use title: ' ' or add an expression. |
The jig.default is the most versatile available allowing you to create a variety of screens. Many options are available for configuration on this , see jig-default-specification for a list of the additional options.
The code below is an extract from the full jigx-samples solution. The code snippets describe the component discussed in this section. For the solution to function in the Jigx app download the full jigx-samples project from GitHub, and follow the instructions in Setting up your solution.




