Update API doc

pull/3958/head
GitHub Actions Bot 2023-05-11 12:26:18 +00:00
parent a81f980647
commit 2da324e510
1 changed files with 16 additions and 0 deletions

View File

@ -20287,6 +20287,22 @@
"description": "Custom indicator icon.",
"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",
"optional": true,