ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-components
XtActionHandlerInfo
Type Alias XtActionHandlerInfo<T>
Information about a registered action handler that groups actions by type
type
XtActionHandlerInfo
<
T
>
=
{
actions
:
{
[
name
:
string
]:
XtActionInfo
<
T
>
}
;
types
:
string
[]
;
}
Type Parameters
T
Index
Properties
actions
types
Properties
actions
actions
:
{
[
name
:
string
]:
XtActionInfo
<
T
>
}
types
types
:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
types
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Information about a registered action handler that groups actions by type