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": tru... |
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"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.