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