@adviser/cement - v0.0.0
    Preparing search index...

    Interface EventoHandlerOpPosition

    Position-based handler operation for inserting at a specific index.

    interface EventoHandlerOpPosition {
        type: EventoType;
        op: Position;
        handler: EventoHandler;
        idx: number;
    }
    Index

    Properties

    Properties

    handler: EventoHandler
    idx: number