@adviser/cement - v0.0.0
Preparing search index...
EventoHandlerOpPosition
Interface EventoHandlerOpPosition
Position-based handler operation for inserting at a specific index.
interface
EventoHandlerOpPosition
{
type
:
EventoType
;
op
:
Position
;
handler
:
EventoHandler
;
idx
:
number
;
}
Index
Properties
type
op
handler
idx
Properties
Readonly
type
type
:
EventoType
Readonly
op
op
:
Position
Readonly
handler
handler
:
EventoHandler
Readonly
idx
idx
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
op
handler
idx
@adviser/cement - v0.0.0
Loading...
Position-based handler operation for inserting at a specific index.