@umbraco-cms/backoffice
Preparing search index...
packages/core/entity-bulk-action
UmbEntityBulkAction
Interface UmbEntityBulkAction<ArgsMetaType>
interface
UmbEntityBulkAction
<
ArgsMetaType
extends
MetaEntityBulkAction
>
{
args
:
UmbEntityBulkActionArgs
;
selection
:
string
[]
;
destroy
()
:
void
;
execute
()
:
Promise
<
void
>
;
}
Type Parameters
ArgsMetaType
extends
MetaEntityBulkAction
Hierarchy (
View Summary
)
UmbAction
<
UmbEntityBulkActionArgs
<
ArgsMetaType
>
>
UmbEntityBulkAction
Implemented by
UmbEntityBulkActionBase
Index
Properties
args
selection
Methods
destroy
execute
Properties
args
args
:
UmbEntityBulkActionArgs
selection
selection
:
string
[]
Methods
destroy
destroy
()
:
void
Returns
void
execute
execute
()
:
Promise
<
void
>
The
execute
method, the action will act as a button.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
selection
Methods
destroy
execute
@umbraco-cms/backoffice
Loading...
The
execute
method, the action will act as a button.