Some fixes

This commit is contained in:
Richard O'flynn 2020-11-30 22:14:59 +00:00
commit a249b6183b
7 changed files with 10 additions and 10 deletions

View file

@ -8772,7 +8772,7 @@
"name": "selectedValue",
"kind": "let",
"description": "Specify the selected tile value",
"type": "string",
"type": "any",
"isFunction": false,
"constant": false,
"reactive": true
@ -8811,7 +8811,7 @@
"name": "selectedValues",
"kind": "let",
"description": "Specify the selected tile's",
"type": "string",
"type": "any[]",
"value": "[]",
"isFunction": false,
"constant": false,