schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
jsonConfig.json
repeat
Password must be compared with password
{"type": "boolean"}
jsonConfig.json
visible
True if allow to view the password by toggling the view button
{"type": "boolean"}
jsonConfig.json
filename
Name of the file
{"type": "string"}
jsonConfig.json
min
Minimal value
{"type": "number", "default": 0}
jsonConfig.json
max
Maximum number
{"type": "number", "default": 100}
jsonConfig.json
step
Step size
{"type": "number", "default": 1}
jsonConfig.json
component
Component name that will be provided via props, like componentInstancesEditor
{"type": "string"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
min
Minimal value
{"type": "number"}
jsonConfig.json
max
Maximum number
{"type": "number"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
freeSolo
Set freeSolo to true so the textbox can contain any arbitrary value.
{"type": "boolean"}
jsonConfig.json
options
Options which can be completed. ["value1", "value2", ...] or [{"value": "value", "label": "Value1"}, "value2", ...]
{"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object"}]}}
jsonConfig.json
text
Text input
{"oneOf": [{"type": "string"}, {}]}
jsonConfig.json
trim
If text must be trimmed or not (default = true)
{"type": "boolean"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
minRows
default is 1. Set this attribute to `2` or more if you want to have a textarea with more than one row
{"type": "number"}
jsonConfig.json
maxRows
max rows of textarea. Used only if `minRows` > 1
{"type": "number"}
jsonConfig.json
options
Options which can be selected
{"type": "array", "items": {"type": "object", "required": ["label", "value"], "additionalProperties": false, "properties": {"label": {}, "value": {}, "hidden": {"type": "string"}}}}
jsonConfig.json
label
Label
{}
jsonConfig.json
value
Value
{}
jsonConfig.json
hidden
JS function that could use `native.attribute` for calculation
{"type": "string"}
jsonConfig.json
noDelete
If delete or add disabled, If noDelete is false, add, delete and move up/down should work
{"type": "boolean"}
jsonConfig.json
items
Items of the table
{"type": "array", "items": {"type": "object", "required": ["type", "attr", "width", "title"], "additionalProperties": false, "allOf": [{"if": {"properties": {"type": {"const": "language"}}}, "then": {"properties": {"system": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "system"]}}, {"if": {"properties": {"type": {"const": "autocompleteSendTo"}}}, "then": {"properties": {"command": {"type": "string"}, "jsonData": {"type": "string"}, "data": {"type": "object"}, "freeSolo": {"type": "boolean"}, "placeholder": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true, "maxLength": true}, "additionalProperties": false, "required": ["type", "command"]}}, {"if": {"properties": {"type": {"const": "selectSendTo"}}}, "then": {"properties": {"command": {"type": "string"}, "jsonData": {"type": "string"}, "data": {"type": "object"}, "manual": {"type": "boolean"}, "noTranslation": true, "multible": true, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "confirm": true}, "additionalProperties": false, "required": ["type", "command"]}}, {"if": {"properties": {"type": {"const": "textSendTo"}}}, "then": {"properties": {"container": {"type": "string"}, "copyToClipboard": {"type": "boolean"}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}, "command": {"type": "string"}, "jsonData": {"type": "string"}, "data": {"type": "object"}, "noTranslation": true, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "confirm": true}, "additionalProperties": false, "required": ["type", "command"]}}, {"if": {"properties": {"type": {"const": "header"}}}, "then": {"properties": {"size": {"type": "number", "minimum": 1, "maximum": 5}, "text": {"oneOf": [{"type": "string"}, {}]}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "size", "text"]}}, {"if": {"properties": {"type": {"const": "color"}}}, "then": {"properties": {"label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "divider"}}}, "then": {"properties": {"color": {"type": "string", "enum": ["primary", "secondary"]}, "height": {"type": "number"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "icon"}}}, "then": {"properties": {"crop": {"type": "boolean"}, "square": {"type": "boolean"}, "maxWidth": {"type": "number"}, "maxHeight": {"type": "number"}, "maxSize": {"type": "number"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "panel"}}}, "then": {"properties": {"items": {}, "icon": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "items"]}}, {"if": {"properties": {"type": {"const": "image"}}}, "then": {"properties": {"accept": {"type": "string"}, "crop": {"type": "boolean"}, "square": {"type": "boolean"}, "maxWidth": {"type": "number"}, "maxHeight": {"type": "number"}, "maxSize": {"type": "number"}, "filename": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "sendTo"}}}, "then": {"properties": {"command": {"type": "string"}, "color": {"type": "string", "enum": ["primary", "secondary"]}, "icon": {"type": "string"}, "jsonData": {"type": "string"}, "data": {"type": "object"}, "result": {"type": "object"}, "error": {"type": "object"}, "variant": {"type": "string", "enum": ["contained", "outlined"]}, "placeholder": {"type": "string"}, "useNative": {"type": "boolean"}, "showProcess": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "command"]}}, {"if": {"properties": {"type": {"const": "password"}}}, "then": {"properties": {"encrypted": {"type": "boolean"}, "repeat": {"type": "boolean"}, "visible": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true, "maxLength": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "file"}}}, "then": {"properties": {"filename": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "filename"]}}, {"if": {"properties": {"type": {"const": "slider"}}}, "then": {"properties": {"min": {"type": "number", "default": 0}, "max": {"type": "number", "default": 100}, "step": {"type": "number", "default": 1}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "custom"}}}, "then": {"properties": {"component": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "checkbox"}}}, "then": {"properties": {"label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "number"}}}, "then": {"properties": {"placeholder": {"type": "string"}, "min": {"type": "number"}, "max": {"type": "number"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "autocomplete"}}}, "then": {"properties": {"placeholder": {"type": "string"}, "freeSolo": {"type": "boolean"}, "options": {"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object"}]}}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "options"]}}, {"if": {"properties": {"type": {"const": "text"}}}, "then": {"properties": {"text": {"oneOf": [{"type": "string"}, {}]}, "trim": {"type": "boolean"}, "placeholder": {"type": "string"}, "minRows": {"type": "number"}, "maxRows": {"type": "number"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true, "maxLength": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "select"}}}, "then": {"properties": {"options": {"type": "array", "items": {"type": "object", "required": ["label", "value"], "additionalProperties": false, "properties": {"label": {}, "value": {}, "hidden": {"type": "string"}}}}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "pattern"}}}, "then": {"properties": {"pattern": {"type": "string"}, "copyToClipboard": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "pattern"]}}, {"if": {"properties": {"type": {"const": "setState"}}}, "then": {"properties": {"color": {"type": "string", "enum": ["primary", "secondary"]}, "icon": {"type": "string"}, "id": {"type": "string"}, "ack": {"type": "boolean", "default": false}, "val": {}, "okText": {"type": "string"}, "error": {"type": "object"}, "variant": {"type": "string", "enum": ["contained", "outlined"]}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "id", "val"]}}, {"if": {"properties": {"type": {"const": "func"}}}, "then": {"properties": {"short": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "room"}}}, "then": {"properties": {"short": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "user"}}}, "then": {"properties": {"short": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "ip"}}}, "then": {"properties": {"listenOnAllPorts": {"type": "boolean"}, "onlyIp4": {"type": "boolean"}, "onlyIp6": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "certificate"}}}, "then": {"properties": {"certType": {"type": "string", "enum": ["public", "private", "chained"]}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "certType"]}}, {"if": {"properties": {"type": {"const": "staticLink"}}}, "then": {"properties": {"href": {"type": "string"}, "text": {"oneOf": [{"type": "string"}, {}]}, "icon": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "noTranslation": true, "confirm": true, "button": true}, "additionalProperties": false, "required": ["type", "href", "text"]}}, {"if": {"properties": {"type": {"const": "staticText"}}}, "then": {"properties": {"text": {"oneOf": [{"type": "string"}, {}]}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "text"]}}, {"if": {"properties": {"type": {"const": "instance"}}}, "then": {"properties": {"adapter": {"type": "string"}, "all": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type", "adapter"]}}, {"if": {"properties": {"type": {"const": "staticImage"}}}, "then": {"properties": {"src": {"type": "string"}, "href": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "chips"}}}, "then": {"properties": {"delimiter": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "objectId"}}}, "then": {"properties": {"types": {"type": "array", "items": {"type": "string", "enum": ["state", "channel", "device", "enum", "host", "adapter", "instance", "meta", "config", "script", "user", "group", "chart", "folder"]}}, "placeholder": {"type": "string"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "helpLink": true, "help": true, "style": true, "darkStyle": true, "validator": true, "validatorNoSaveOnError": true, "validatorErrorText": true, "noMultiEdit": true, "tooltip": true, "default": true, "defaultFunc": true, "onChange": true, "noTranslation": true, "confirm": true}, "additionalProperties": false, "required": ["type"]}}, {"if": {"properties": {"type": {"const": "checkLicense"}}}, "then": {"properties": {"uuid": {"type": "boolean"}, "version": {"type": "boolean"}, "label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "style": true, "darkStyle": true, "noMultiEdit": true, "noTranslation": true}, "additionalProperties": false}}, {"if": {"properties": {"type": {"const": "uuid"}}}, "then": {"properties": {"label": true, "type": true, "sm": true, "md": true, "lg": true, "xs": true, "newLine": true, "hidden": true, "hideOnlyControl": true, "disabled": true, "style": true, "darkStyle": true, "noMultiEdit": true, "noTranslation": true}, "additionalProperties": false}}], "properties": {"label": {"oneOf": [{"type": "string"}, {}]}, "type": {"type": "string"}, "sm": {"type": "number"}, "md": {"type": "number"}, "lg": {"type": "number"}, "xs": {"type": "number"}, "newLine": {"type": "boolean"}, "hidden": {"type": "string"}, "hideOnlyControl": {"type": "boolean"}, "disabled": {"type": "string"}, "helpLink": {"type": "string"}, "help": {"oneOf": [{"type": "string"}, {}]}, "style": {"type": "object"}, "darkStyle": {"type": "string"}, "validator": {"type": "string"}, "validatorNoSaveOnError": {"type": "boolean"}, "validatorErrorText": {"type": "string"}, "showSecondAddAt": {"type": "number"}, "tooltip": {"type": "string"}, "default": {}, "onChange": {"type": "object", "additionalProperties": false, "properties": {"calculateFunc": {"type": "string"}, "ignoreOwnChanges": {"type": "boolean"}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}}, "defaultFunc": {"oneOf": [{"type": "string"}, {"type": "object", "additionalProperties": false, "properties": {"func": {"type": "string"}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}}]}, "noTranslation": {"type": "boolean"}, "confirm": {"type": "object", "additionalProperties": false, "properties": {"condition": {"type": "string"}, "text": {"oneOf": [{"type": "string"}, {}]}, "ok": {"oneOf": [{"type": "string"}, {}]}, "cancel": {"oneOf": [{"type": "string"}, {}]}, "type": {"type": "string", "enum": ["info", "warning", "error", "none"]}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}}, "noMultiEdit": {"type": "boolean"}, "maxLength": {"type": "number"}, "button": {"type": "boolean"}, "attr": {"type": "string"}, "width": {"type": ["number", "string"]}, "filter": {"type": "boolean"}, "sort": {"type": "boolean"}}}}
jsonConfig.json
system
Allow the usage of the system language from system.config as default
{"type": "boolean"}
jsonConfig.json
command
Command to be sent.
{"type": "string"}
jsonConfig.json
jsonData
Data to be sent as parsable string, can contain special placeholder. E. g. '{"subject1": "${data.subject}", "options1": {"host": "${data.host}"}}'
{"type": "string"}
jsonConfig.json
data
Data to be sent as JSON.
{"type": "object"}
jsonConfig.json
freeSolo
Set freeSolo to true so the textbox can contain any arbitrary value.
{"type": "boolean"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
command
Command to be sent.
{"type": "string"}
jsonConfig.json
jsonData
Data to be sent as parsable string, can contain special placeholder. E. g. '{"subject1": "${data.subject}", "options1": {"host": "${data.host}"}}'
{"type": "string"}
jsonConfig.json
data
Data to be sent as JSON.
{"type": "object"}
jsonConfig.json
manual
Allow manual editing. Without Dropdown
{"type": "boolean"}
jsonConfig.json
container
div, text
{"type": "string"}
jsonConfig.json
copyToClipboard
If true, show button
{"type": "boolean"}
jsonConfig.json
alsoDependsOn
Depends on other attributes and will be re-calculated when other attributes changed
{"type": "array", "items": {"type": "string"}}
jsonConfig.json
command
Command to be sent.
{"type": "string"}
jsonConfig.json
jsonData
Data to be sent as parsable string, can contain special placeholder. E. g. '{"subject1": "${data.subject}", "options1": {"host": "${data.host}"}}'
{"type": "string"}
jsonConfig.json
data
Data to be sent as JSON.
{"type": "object"}
jsonConfig.json
size
Size of the header: h1-h5
{"type": "number", "minimum": 1, "maximum": 5}
jsonConfig.json
text
Header text
{"oneOf": [{"type": "string"}, {}]}
jsonConfig.json
color
Optional color
{"type": "string", "enum": ["primary", "secondary"]}
jsonConfig.json
height
Optional height
{"type": "number"}
jsonConfig.json
crop
If true, allow user to crop the image (only for non svg)
{"type": "boolean"}
jsonConfig.json
square
Width must be equal to height or crop must allow only square as shape
{"type": "boolean"}
jsonConfig.json
maxWidth
Maximum width
{"type": "number"}
jsonConfig.json
maxHeight
Maximum height
{"type": "number"}
jsonConfig.json
maxSize
Maximum size
{"type": "number"}
jsonConfig.json
icon
Panel can have icon (base64)
{"type": "string"}
jsonConfig.json
accept
HTML accept attribute, like 'image/*,.pdf'
{"type": "string"}
jsonConfig.json
crop
If true, allow user to crop the image (only for non svg)
{"type": "boolean"}
jsonConfig.json
square
Width must be equal to height or crop must allow only square as shape
{"type": "boolean"}
jsonConfig.json
maxWidth
'Maximum width
{"type": "number"}
jsonConfig.json
maxHeight
'Maximum height
{"type": "number"}
jsonConfig.json
maxSize
'Maximum size
{"type": "number"}
jsonConfig.json
filename
Name of the file
{"type": "string"}
jsonConfig.json
command
Command to be sent.
{"type": "string"}
jsonConfig.json
color
Optional color
{"type": "string", "enum": ["primary", "secondary"]}
jsonConfig.json
icon
sendTo can have icon (base64)
{"type": "string"}
jsonConfig.json
jsonData
Data to be sent as parsable string, can contain special placeholder. E. g. '{"subject1": "${data.subject}", "options1": {"host": "${data.host}"}}'
{"type": "string"}
jsonConfig.json
data
Data to be sent as JSON.
{"type": "object"}
jsonConfig.json
result
{result1: {en: 'A'}, result2: {en: 'B'}}
{"type": "object"}
jsonConfig.json
error
{error1: {en: 'E'}, error2: {en: 'E2'}}
{"type": "object"}
jsonConfig.json
variant
If outlined or contained
{"type": "string", "enum": ["contained", "outlined"]}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
useNative
if adapter returns result with `native` attribute it will be used for configuration. If `saveConfig` is true, the user will be requested to save the configuration
{"type": "boolean"}
jsonConfig.json
showProcess
Show spinner while request is in progress
{"type": "boolean"}
jsonConfig.json
encrypted
Is value encrypted or not (of course only for texts)
{"type": "boolean"}
jsonConfig.json
repeat
Password must be compared with password
{"type": "boolean"}
jsonConfig.json
visible
True if allow to view the password by toggling the view button
{"type": "boolean"}
jsonConfig.json
filename
Name of the file
{"type": "string"}
jsonConfig.json
min
Minimal value
{"type": "number", "default": 0}
jsonConfig.json
max
Maximum number
{"type": "number", "default": 100}
jsonConfig.json
step
Step size
{"type": "number", "default": 1}
jsonConfig.json
component
Component name that will be provided via props, like componentInstancesEditor
{"type": "string"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
min
Minimal value
{"type": "number"}
jsonConfig.json
max
Maximum number
{"type": "number"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
freeSolo
Set freeSolo to true so the textbox can contain any arbitrary value.
{"type": "boolean"}
jsonConfig.json
options
Options which can be completed. ["value1", "value2", ...] or [{"value": "value", "label": "Value1"}, "value2", ...]
{"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "object"}]}}
jsonConfig.json
text
Text input
{"oneOf": [{"type": "string"}, {}]}
jsonConfig.json
trim
If text must be trimmed or not (default = true)
{"type": "boolean"}
jsonConfig.json
placeholder
Placeholder (for text control)
{"type": "string"}
jsonConfig.json
minRows
default is 1. Set this attribute to `2` or more if you want to have a textarea with more than one row
{"type": "number"}
jsonConfig.json
maxRows
max rows of textarea. Used only if `minRows` > 1
{"type": "number"}
jsonConfig.json
options
Options which can be selected
{"type": "array", "items": {"type": "object", "required": ["label", "value"], "additionalProperties": false, "properties": {"label": {}, "value": {}, "hidden": {"type": "string"}}}}
jsonConfig.json
label
Label
{}
jsonConfig.json
value
Value
{}
jsonConfig.json
hidden
JS function that could use `native.attribute` for calculation
{"type": "string"}
jsonConfig.json
pattern
Read-only field with pattern like 'https://${data.ip}:${data.port}' (will not be saved in config)
{"type": "string"}
jsonConfig.json
copyToClipboard
If true, show copy button.
{"type": "boolean"}
jsonConfig.json
color
Optional color
{"type": "string", "enum": ["primary", "secondary"]}
jsonConfig.json
icon
setState can have icon (base64)
{"type": "string"}
jsonConfig.json
id
State ID, e.g. 'info.test'
{"type": "string"}
jsonConfig.json
ack
ack-flag of the state
{"type": "boolean", "default": false}
jsonConfig.json
val
State value to set
{}
jsonConfig.json
okText
Alert that will be shown by pressing the button
{"type": "string"}
jsonConfig.json
error
{error1: {en: 'E'}, error2: {en: 'E2'}}
{"type": "object"}