@umbraco-cms/backoffice
Preparing search index...
packages/core/action
UmbAction
Interface UmbAction<ArgsType>
interface
UmbAction
<
ArgsType
>
{
args
:
ArgsType
;
destroy
()
:
void
;
execute
()
:
Promise
<
void
>
;
}
Type Parameters
ArgsType
Hierarchy (
View Summary
)
UmbApi
UmbAction
UmbCurrentUserAction
UmbEntityAction
UmbEntityBulkAction
UmbEntityCreateOptionAction
UmbMenuItemActionApi
UmbPropertyAction
UmbWorkspaceAction
UmbWorkspaceActionMenuItem
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...