Skip to content

UserConfigurationPersistence

@firecms/core


@firecms/core / UserConfigurationPersistence

Defined in: types/local_config_persistence.tsx:14

This interface is in charge of defining the controller that persists modifications to a collection or collection, and retrieves them back from a data source, such as local storage or Firestore.

collapsedGroups: string[]

Defined in: types/local_config_persistence.tsx:21


favouritePaths: string[]

Defined in: types/local_config_persistence.tsx:19


getCollectionConfig: <M>(path) => PartialEntityCollection<M>

Defined in: types/local_config_persistence.tsx:16

M extends Record<string, any> = any

string

PartialEntityCollection<M>


onCollectionModified: <M>(path, partialCollection) => void

Defined in: types/local_config_persistence.tsx:15

M extends Record<string, any> = any

string

PartialEntityCollection<M>

void


recentlyVisitedPaths: string[]

Defined in: types/local_config_persistence.tsx:17


setCollapsedGroups: (paths) => void

Defined in: types/local_config_persistence.tsx:22

string[]

void


setFavouritePaths: (paths) => void

Defined in: types/local_config_persistence.tsx:20

string[]

void


setRecentlyVisitedPaths: (paths) => void

Defined in: types/local_config_persistence.tsx:18

string[]

void