schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
jsonConfig.json | variant | If outlined or contained | {"type": "string", "enum": ["contained", "outlined"]} |
jsonConfig.json | short | no system.func. | {"type": "string"} |
jsonConfig.json | short | no system.room. | {"type": "string"} |
jsonConfig.json | short | no system.user. | {"type": "string"} |
jsonConfig.json | listenOnAllPorts | Add 0.0.0.0 to option | {"type": "boolean"} |
jsonConfig.json | onlyIp4 | Show only IP4 addresses | {"type": "boolean"} |
jsonConfig.json | onlyIp6 | Show only IP6 addresses | {"type": "boolean"} |
jsonConfig.json | certType | Type of the certificate | {"type": "string", "enum": ["public", "private", "chained"]} |
jsonConfig.json | href | Link | {"type": "string"} |
jsonConfig.json | text | Static link or button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | icon | icon for button | {"type": "string"} |
jsonConfig.json | text | Static text like description | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | adapter | Name of the adapter. With special name _dataSources you can get all adapters with flag common.getHistory | {"type": "string"} |
jsonConfig.json | all | Add to the options ALL option with value * | {"type": "boolean"} |
jsonConfig.json | src | Name of picture (from admin directory) | {"type": "string"} |
jsonConfig.json | href | Link | {"type": "string"} |
jsonConfig.json | delimiter | Delimiter for options. If no delimiter, the setting will be stored as array | {"type": "string"} |
jsonConfig.json | types | Array of possible types: ['channel', 'device', ...] (has only state by default) | {"type": "array", "items": {"type": "string", "enum": ["state", "channel", "device", "enum", "host", "adapter", "instance", "meta", "config", "script", "user", "group", "chart", "folder"]}} |
jsonConfig.json | placeholder | Placeholder (for text control) | {"type": "string"} |
jsonConfig.json | uuid | If UUID must be checked too | {"type": "boolean"} |
jsonConfig.json | version | Check version | {"type": "boolean"} |
jsonConfig.json | label | Label of tab | {"type": "string"} |
jsonConfig.json | sm | Width in 1/12 of screen on small screen | {"type": "number"} |
jsonConfig.json | md | width in 1/12 of screen on middle screens | {"type": "number"} |
jsonConfig.json | lg | width in 1/12 of screen on large screens | {"type": "number"} |
jsonConfig.json | xs | width in 1/12 of screen on very small screens | {"type": "number"} |
jsonConfig.json | newLine | Should be shown from new line | {"type": "boolean"} |
jsonConfig.json | hidden | JS function that could use 'native.attribute' for calculation | {"type": "string"} |
jsonConfig.json | hideOnlyControl | If hidden the place will be shown, but no control | {"type": "boolean"} |
jsonConfig.json | disabled | JS function that could use 'native.attribute' for calculation | {"type": "string"} |
jsonConfig.json | helpLink | href to help | {"type": "string"} |
jsonConfig.json | style | css style in react notation: 'radiusBorder' and not 'radius-border' | {"type": "object"} |
jsonConfig.json | darkStyle | css style for dark mode | {"type": "string"} |
jsonConfig.json | validator | JS function: true no error, false - error | {"type": "string"} |
jsonConfig.json | validatorNoSaveOnError | True if save must be disabled by errors | {"type": "boolean"} |
jsonConfig.json | validatorErrorText | Text to show if validator fails | {"type": "string"} |
jsonConfig.json | showSecondAddAt | Number of lines from which the second add button at the bottom of the table will be shown. Default 5 | {"type": "number"} |
jsonConfig.json | tooltip | Optional tooltip | {"type": "string"} |
jsonConfig.json | default | Default value | {} |
jsonConfig.json | calculateFunc | JS function: that calculates value | {"type": "string"} |
jsonConfig.json | ignoreOwnChanges | Do not trigger onChange event if changed value of this attribute | {"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 | defaultFunc | JS function to calculate default value | {"oneOf": [{"type": "string"}, {"type": "object", "additionalProperties": false, "properties": {"func": {"type": "string"}, "alsoDependsOn": {"type": "array", "items": {"type": "string"}}}}]} |
jsonConfig.json | func | JS function: that calculates value | {"type": "string"} |
jsonConfig.json | alsoDependsOn | Depends on other attributes and will be re-calculated when other attributes changed | {"type": "array", "items": {"type": "string"}} |
jsonConfig.json | noTranslation | Do not translate selects or other options (not for help, label or placeholder) | {"type": "boolean"} |
jsonConfig.json | confirm | Confirm dialog | {"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"}}}} |
jsonConfig.json | condition | JS function: true show confirm dialog | {"type": "string"} |
jsonConfig.json | text | Text of confirmation dialog | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | title | Title of confirmation dialog | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | ok | Text for 'OK' button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | cancel | Text for 'cancel' button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | alsoDependsOn | Trigger confirm dialog if on of the components changed. | {"type": "array", "items": {"type": "string"}} |
jsonConfig.json | noMultiEdit | (only custom) if this flag set to true, this field will not be shown if user selected more than one object for edit | {"type": "boolean"} |
jsonConfig.json | maxLength | max length of text in field | {"type": "number"} |
jsonConfig.json | button | show link as button | {"type": "boolean"} |
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"} |
jsonConfig.json | variant | If outlined or contained | {"type": "string", "enum": ["contained", "outlined"]} |
jsonConfig.json | short | no system.func. | {"type": "string"} |
jsonConfig.json | short | no system.room. | {"type": "string"} |
jsonConfig.json | short | no system.user. | {"type": "string"} |
jsonConfig.json | listenOnAllPorts | Add 0.0.0.0 to option | {"type": "boolean"} |
jsonConfig.json | onlyIp4 | Show only IP4 addresses | {"type": "boolean"} |
jsonConfig.json | onlyIp6 | Show only IP6 addresses | {"type": "boolean"} |
jsonConfig.json | certType | Type of the certificate | {"type": "string", "enum": ["public", "private", "chained"]} |
jsonConfig.json | href | Link | {"type": "string"} |
jsonConfig.json | text | Static link or button | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | icon | icon for button | {"type": "string"} |
jsonConfig.json | text | Static text like description | {"oneOf": [{"type": "string"}, {}]} |
jsonConfig.json | adapter | Name of the adapter. With special name _dataSources you can get all adapters with flag common.getHistory | {"type": "string"} |
jsonConfig.json | all | Add to the options ALL option with value * | {"type": "boolean"} |
jsonConfig.json | src | Name of picture (from admin directory) | {"type": "string"} |
jsonConfig.json | href | Link | {"type": "string"} |
jsonConfig.json | delimiter | Delimiter for options. If no delimiter, the setting will be stored as array | {"type": "string"} |
jsonConfig.json | types | Array of possible types: ['channel', 'device', ...] (has only state by default) | {"type": "array", "items": {"type": "string", "enum": ["state", "channel", "device", "enum", "host", "adapter", "instance", "meta", "config", "script", "user", "group", "chart", "folder"]}} |
jsonConfig.json | placeholder | Placeholder (for text control) | {"type": "string"} |
jsonConfig.json | uuid | If UUID must be checked too | {"type": "boolean"} |
jsonConfig.json | version | Check version | {"type": "boolean"} |
jsonConfig.json | label | Label of tab | {"type": "string"} |
jsonConfig.json | type | Type of the element | {"type": "string", "enum": ["autocomplete", "text", "number", "color", "checkbox", "chips", "header", "slider", "ip", "user", "room", "func", "select", "icon", "image", "panel", "password", "file", "sendTo", "staticText", "custom", "pattern", "table", "instance", "language", "setState", "certificate", "staticImage", "staticLink", "divider", "objectId", "selectSendTo", "autocompleteSendTo", "checkLicense", "uuid"]} |
jsonConfig.json | sm | Width in 1/12 of screen on small screen | {"type": "number"} |
jsonConfig.json | md | width in 1/12 of screen on middle screens | {"type": "number"} |
jsonConfig.json | lg | width in 1/12 of screen on large screens | {"type": "number"} |
jsonConfig.json | xs | width in 1/12 of screen on very small screens | {"type": "number"} |
jsonConfig.json | newLine | Should be shown from new line | {"type": "boolean"} |
jsonConfig.json | hidden | JS function that could use 'native.attribute' for calculation | {"type": "string"} |
jsonConfig.json | hideOnlyControl | If hidden the place will be shown, but no control | {"type": "boolean"} |
jsonConfig.json | disabled | JS function that could use 'native.attribute' for calculation | {"type": "string"} |
jsonConfig.json | helpLink | href to help | {"type": "string"} |
jsonConfig.json | style | css style in react notation: 'radiusBorder' and not 'radius-border' | {"type": "object"} |
jsonConfig.json | darkStyle | css style for dark mode | {"type": "string"} |
jsonConfig.json | validator | JS function: true no error, false - error | {"type": "string"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.