@adviser/cement - v0.0.0
Preparing search index...
EventoHandlerOpSimple
Interface EventoHandlerOpSimple
Simple handler operation (push or unshift).
interface
EventoHandlerOpSimple
{
type
:
EventoType
;
op
:
Push
|
Unshift
;
handler
:
EventoHandler
;
}
Index
Properties
type
op
handler
Properties
Readonly
type
type
:
EventoType
Readonly
op
op
:
Push
|
Unshift
Readonly
handler
handler
:
EventoHandler
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
op
handler
@adviser/cement - v0.0.0
Loading...
Simple handler operation (push or unshift).