Update API doc
parent
a81f980647
commit
2da324e510
|
@ -20287,6 +20287,22 @@
|
||||||
"description": "Custom indicator icon.",
|
"description": "Custom indicator icon.",
|
||||||
"deprecated": "since v3.27.0. Use 'indicator' slot."
|
"deprecated": "since v3.27.0. Use 'indicator' slot."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "zoomInDisabled",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Disable the zoom-in button"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "zoomOutDisabled",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Disable the zoom-out button"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pt",
|
"name": "pt",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue