clik-engine API
    Preparing search index...

    Interface FSMEvent

    interface FSMEvent {
        data?: unknown;
        priority?: number;
        type: string;
    }
    Index

    Properties

    Properties

    data?: unknown
    priority?: number

    Higher priority events are processed first

    type: string