Interface: StoreOptions<T>
The options for the store, this features both hooks (changes the behaviour) and handlers (similar to event listeners).
Type parameters
Name | Type |
---|---|
T | extends Piece |
Properties
name
• Readonly
name: string
The name for this store.
Defined in
projects/pieces/src/lib/structures/Store.ts:20
paths
• Optional
Readonly
paths: readonly string
[]
The paths to load pieces from, should be absolute.
Default
[]
Defined in
projects/pieces/src/lib/structures/Store.ts:26
strategy
• Optional
Readonly
strategy: ILoaderStrategy
<T
>
The strategy to be used for the loader.
Default
Store.defaultStrategy