Zamok Kiosk API
    Preparing search index...
    default: {
        kiosksModal: (state?: KiosksModalAP, action: Action) => KiosksModalAP;
        remoteActionsTime: (state?: any, action: Action) => any;
        screenshot: (
            state?: null | Screenshot,
            action: Action,
        ) => null | Screenshot;
        screenshotModal: (state?: boolean, action: Action) => boolean;
    } = ...

    Type Declaration

    • kiosksModal: (state?: KiosksModalAP, action: Action) => KiosksModalAP
    • remoteActionsTime: (state?: any, action: Action) => any
    • screenshot: (state?: null | Screenshot, action: Action) => null | Screenshot
    • screenshotModal: (state?: boolean, action: Action) => boolean