Class: Utilities
Since
1.0.0
Constructors
new Utilities()
new Utilities():
Utilities
Returns
Since
1.0.0
Defined in
projects/plugins/packages/utilities-store/src/lib/Utilities.ts:18
Properties
store
readonlystore:UtilitiesStore
The utilities this store holds.
Since
1.0.0
Defined in
projects/plugins/packages/utilities-store/src/lib/Utilities.ts:13
Methods
exposePiece()
exposePiece(
name:string,piece:Utility<PieceOptions>):void
Registers a piece on this class.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | The name of the piece to register on this class |
piece | Utility<PieceOptions> | The piece to register on this class |
Returns
void
Defined in
projects/plugins/packages/utilities-store/src/lib/Utilities.ts:28