Function HonuaSelectionContext

Context carrying the shared selection store. null outside a HonuaSelectionProvider; the hooks throw a descriptive error then.

Properties

$$typeof: symbol
Consumer: Consumer<null | HonuaSelectionStore>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

Provider: Provider<null | HonuaSelectionStore>