BulkActions
A set of actions to perform on one or more selected items.
Props#
The BulkActions
component accepts all Banner
properties.
BulkActions#
Prop | Type | Default | Description |
---|---|---|---|
selectionsrequired | BulkActionsSelections | Array with selected ids. | |
children | string | number | bigint | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | ((props: { ... }) => ReactNode) | The action buttons. | |
title | string | :selections selected | The title ":selections" will be replaced with the amount of selected items. |
Was this helpful?