@devgateway/dvz-ui-react
    Preparing search index...

    Variable reducersConst

    reducers: {
        data: (
            state?: MapOf<{ mode: string }>,
            action: any,
        ) => MapOf<{ mode: string }>;
        embeddable: (state?: MapOf<{}>, action: any) => MapOf<{}>;
    } = ...

    Type Declaration

    • data: (state?: MapOf<{ mode: string }>, action: any) => MapOf<{ mode: string }>
    • embeddable: (state?: MapOf<{}>, action: any) => MapOf<{}>