Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ReduxStoreImpl: any
since

0.14

Variables

MapContextProvider: React.FC<{ store?: ReduxStoreImpl; value: IMapProviderContext }> = ...
since

0.14

MapProviderContextProvider: React.FC<{ value: IMapProviderContext }> = ...
since

0.14

ReduxProvider: React.FC<{ store: ReduxStoreImpl }> = ...

Wraps the provider component of react-redux

since

0.14

Functions

  • useAppState<TState>(selector: (state: IApplicationState) => TState, equalityFn?: (left: TState, right: TState) => boolean): TState
  • Fetches the requested sub-section of the application state

    since

    0.14

    Type parameters

    • TState

    Parameters

    • selector: (state: IApplicationState) => TState
    • Optional equalityFn: (left: TState, right: TState) => boolean
        • (left: TState, right: TState): boolean
        • Parameters

          • left: TState
          • right: TState

          Returns boolean

    Returns TState

  • Obtains the current map provider context, which provides imperative access to the current map

    since

    0.14

    Returns IMapProviderContext

  • useReduxDispatch(): Dispatch<any>
  • Wraps useDispatch from react-redux

    since

    0.14

    Returns Dispatch<any>

Generated using TypeDoc