Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

All controls can have properties. The supported properties are mentioned in the descriptors of the controls.

An example of properties in descriptor is:

Sample Descriptor
{
  "name": "properties",
  "dataType": "complex",
  "attributes": [
    {
      "name": "mandatory",
      "dataType": "boolean",
      "defaultValue": false
    }
  ]
}
  • No labels