Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of all available stores which gets available through the custom hook useStores in your function components.

see

https://mobx.js.org/best/store.html#combining-multiple-stores

Hierarchy

  • RootStore

Index

Constructors

Private constructor

  • Returns RootStore

Properties

checklistStore

checklistStore: ChecklistStore

consentStore

consentStore: ConsentStore

Private contextMemo

contextMemo: { StoreContext: Context<RootStore>; StoreProvider: React.FC<{}>; useStores: () => RootStore }

Type declaration

cookieStore

cookieStore: CookieStore

customizeBannerStore

customizeBannerStore: CustomizeBannerStore

optionStore

optionStore: OptionStore

scannerStore

scannerStore: ScannerStore

statsStore

statsStore: StatsStore

tcfStore

tcfStore: TcfStore

Static Private me

Accessors

context

  • get context(): { StoreContext: Context<RootStore>; StoreProvider: React.FC<{}>; useStores: () => RootStore }
  • Returns { StoreContext: Context<RootStore>; StoreProvider: React.FC<{}>; useStores: () => RootStore }

Static StoreProvider

  • get StoreProvider(): FC<{}>
  • Returns FC<{}>

Static get

  • Returns RootStore

Generated using TypeDoc