|
@@ -285,7 +285,8 @@
|
|
],
|
|
],
|
|
"properties": [
|
|
"properties": [
|
|
{
|
|
{
|
|
- "name": "value"
|
|
|
|
|
|
+ "name": "value",
|
|
|
|
+ "doc": "Bound to the selection value.<br/>If this is used for theme toggling, it must be a Boolean value: True indicates that the current theme is set to \"dark\", while False indicates that the theme is set to \"light\"."
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "theme",
|
|
"name": "theme",
|
|
@@ -2149,7 +2150,7 @@
|
|
"name": "value",
|
|
"name": "value",
|
|
"default_property": true,
|
|
"default_property": true,
|
|
"type": "dynamic(Any)",
|
|
"type": "dynamic(Any)",
|
|
- "doc": "Bound to the selection value.<br/>If this is used for theme toggling, it must be a Boolean value: True indicates that the current theme is set to \"dark\", while False indicates that the theme is set to \"light\"."
|
|
|
|
|
|
+ "doc": "Bound to the selection value."
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "lov",
|
|
"name": "lov",
|