Properties
Reusable value definitions for controls
use
Description
Default
Usage
{
"title": "Weight",
"id": "fontWeight",
"select": {
"use": "FontWeight"
}
}Last updated
Was this helpful?
Reusable value definitions for controls
Use these in your controls with "use": "Name" to get pre-defined option lists.
{
"title": "Weight",
"id": "fontWeight",
"select": {
"use": "FontWeight"
}
}The property's items and default will be merged into your control definition.
Last updated
Was this helpful?
Was this helpful?

