Interface: PieceOptions
The options for the Piece.
Properties
enabled?
readonly
optional
enabled:boolean
Whether or not the piece should be enabled. If set to false, the piece will be unloaded.
Default
true
Defined in
projects/pieces/src/lib/structures/Piece.ts:50
name?
readonly
optional
name:string
The name for the piece.
Default
''