Zamok Kiosk API
    Preparing search index...

    Interface LoadEventsAction<T>

    interface LoadEventsAction<T> {
        meta: string;
        payload: SchedulerEvent<T>[];
        type: "LOAD_EVENTS";
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    meta: string
    payload: SchedulerEvent<T>[]
    type: "LOAD_EVENTS"