hosanna-ui-docs - v0.9.0
Preparing search index...
Actions
action_api
IHsAction
Interface IHsAction<T>
interface
IHsAction
<
T
=
BaseActionType
>
{
actionType
:
T
;
payload
?:
JsonData
;
state
:
ActionState
;
setState
(
state
:
ActionState
)
:
void
;
}
Type Parameters
T
=
BaseActionType
Hierarchy (
View Summary
)
IActionOptions
<
T
>
IHsAction
Implemented by
HsAction
.
HsAction
Index
Properties
action
Type
payload?
state
Methods
set
State
Properties
action
Type
actionType
:
T
Optional
payload
payload
?:
JsonData
state
state
:
ActionState
Methods
set
State
setState
(
state
:
ActionState
)
:
void
Parameters
state
:
ActionState
Returns
void
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
payload
state
Methods
set
State
hosanna-ui-docs - v0.9.0
Loading...