feat(toolbar-batch-actions): add active prop to show toolbar (#1440)

Closes #1438
This commit is contained in:
naegelin 2022-08-12 17:01:58 +02:00 committed by GitHub
commit bc58c7b029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 5 deletions

View file

@ -13672,6 +13672,18 @@
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "active",
"kind": "let",
"description": "Set to `true` to show the toolbar regardless of row selection",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],