NotifierScope
ts
type NotifierScope = object;Defined in: src/types/store.type.ts:84
Notifier scopes (storage)
Since
1.0.0
Author
Simon Kovtyk
Properties
notifiers
ts
notifiers: Subject<ScopedFile>[] | null;Defined in: src/types/store.type.ts:98
Subject notifiers for the scope
Since
1.0.0
Author
Simon Kovtyk
scope
ts
readonly scope: string | null;Defined in: src/types/store.type.ts:91
Scope name
Since
1.0.0
Author
Simon Kovtyk