Skip to content

@k8slens/extensions / Exports / Common / Store / ExtensionStoreParams

Interface: ExtensionStoreParams<T>#

Common.Store.ExtensionStoreParams

Type parameters#

Name Type
T extends object

Hierarchy#

ExtensionStoreParams

Table of contents#

Properties#

Properties#

configName#

Readonly configName: string

Inherited from#

Omit.configName


cwd#

Optional cwd: string


migrations#

Optional migrations: Migrations<T>


syncOptions#

Optional Readonly syncOptions: Object

Type declaration#

Name Type
equals? IEqualsComparer<T>
fireImmediately? boolean

Inherited from#

Omit.syncOptions