ResourceStore
Unofficial
Store for managing i18next translation resources.
Import:
import type { ResourceStore } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ResourceStoreProperties
| Property | Type | Description | |
|---|---|---|---|
| data | Record<string, Record<string, Record<string, string>>> | The underlying resource data. | |
| observers | unknown | The registered event observers. | |
| options | InitOptions | The options used by this resource store. |
Methods
Links to this page: