Strata - v1.4.10
    Preparing search index...

    Interface GameStateContextValue<T>

    interface GameStateContextValue<T extends object> {
        store: GameStoreApi<T>;
        useStore: GameStoreApi<T>;
    }

    Type Parameters

    • T extends object
    Index

    Properties

    Properties

    store: GameStoreApi<T>
    useStore: GameStoreApi<T>

    Use store instead. Kept for backwards compatibility.