Update API doc
parent
832d7e3dda
commit
9de8ecf838
|
@ -5181,7 +5181,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) ⇒ string, // Binding properties of the menuitem\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -14771,7 +14771,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) ⇒ string, // Binding properties of the menuitem\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -19670,7 +19670,7 @@
|
|||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <b>item</b>: MenuItem, // Custom content for item.\n \t <b>index</b>: number, // Index of the menuitem\n }",
|
||||
"type": "{\n \t <b>item</b>: MenuItem, // Custom content for item.\n \t <b>index</b>: number, // Index of the menuitem\n \t <b>label</b>: undefined, // Label property of the menuitem\n \t <b>props</b>: (args: any) ⇒ string, // Binding properties of the menuitem\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -27505,7 +27505,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) ⇒ string, // Binding properties of the menuitem\n \t <b>hasSubmenu</b>: boolean, // Whether or not there is a submenu\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -27992,7 +27992,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) ⇒ string, // Binding properties of the menuitem\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -28477,7 +28477,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) ⇒ string, // Binding properties of the menuitem\n \t <b>root</b>: boolean, // State of the root\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -33000,7 +33000,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) ⇒ string, // Binding properties of the menuitem\n \t <b>hasSubmenu</b>: boolean, // Whether or not there is a submenu\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
@ -41449,7 +41449,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) ⇒ string, // Binding properties of the menuitem\n \t <b>hasSubmenu</b>: boolean, // Whether or not there is a submenu\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue