Preparing search index...
The search index is not available
@atomic-reactor/reactium-sdk-core
@atomic-reactor/reactium-sdk-core
IComponentEventHandle
Interface IComponentEventHandle
Interface for a component event handle.
interface
IComponentEventHandle
{
update
?:
(
(
)
=>
any
)
;
[
key
:
string
]
:
any
;
}
Indexable
[
key:
string
]:
any
Index
Properties
update?
Properties
Optional
update
update
?:
(
(
)
=>
any
)
Function to update the handle.
Type declaration
(
)
:
any
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
update
@atomic-reactor/reactium-sdk-core
Loading...
Interface for a component event handle.