Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/action
UmbAction
Interface UmbAction<ArgsType>
interface
UmbAction
<
ArgsType
>
{
args
:
ArgsType
;
destroy
(
)
:
void
;
execute
(
)
:
Promise
<
void
>
;
}
Type Parameters
ArgsType
Hierarchy (
view full
)
UmbApi
UmbAction
UmbEntityAction
UmbEntityBulkAction
UmbCurrentUserAction
UmbPropertyAction
UmbWorkspaceActionMenuItem
UmbWorkspaceAction
Implemented by
UmbActionBase
Index
Properties
args
Methods
destroy
execute
Properties
args
args
:
ArgsType
Methods
destroy
destroy
(
)
:
void
Returns
void
execute
execute
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
Methods
destroy
execute
@umbraco-cms/backoffice
Loading...