Update API doc

pull/4377/head
GitHub Actions Bot 2023-08-31 13:09:22 +00:00
parent eb23a00428
commit 4b5316093a
1 changed files with 1 additions and 1 deletions

View File

@ -39634,7 +39634,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>item</b>: MenuItem, // Menuitem instance\n }",
"type": "{\n \t <b>item</b>: MenuItem, // Menuitem instance\n \t <b>label</b>: undefined, // Label property of the menuitem\n \t <b>props</b>: (args: any) &rArr; string, // Binding properties of the menuitem\n }",
"description": "item slot's params."
}
],