Zamok Kiosk API
    Preparing search index...
    reducers: {
        tabs: Reducer<
            {
                activeTabIndex: number;
                hardLimit: boolean;
                loadedTabModules: LoadTabWebviewModule[];
            },
            AnyAction,
        >;
    } = ...

    Type Declaration

    • tabs: Reducer<
          {
              activeTabIndex: number;
              hardLimit: boolean;
              loadedTabModules: LoadTabWebviewModule[];
          },
          AnyAction,
      >