Update API doc

pull/3841/head
GitHub Actions Bot 2023-04-05 12:15:06 +00:00
parent c3487fe3e8
commit 242454bafe
1 changed files with 12 additions and 0 deletions

View File

@ -18586,6 +18586,18 @@
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom content for each item."
},
{
"name": "submenuicon",
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>active</b>: boolean, // Whether item is active\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom submenu icon template."
}
]
},