Skip to main content

Interface: AliasPieceOptions

Hierarchy

Properties

aliases

Optional Readonly aliases: readonly string[]

The aliases for the piece.

Default

[]

Defined in

projects/pieces/src/lib/structures/AliasPiece.ts:9


enabled

Optional Readonly enabled: boolean

Whether or not the piece should be enabled. If set to false, the piece will be unloaded.

Default

true

Inherited from

Piece.Options.enabled

Defined in

projects/pieces/src/lib/structures/Piece.ts:50


name

Optional Readonly name: string

The name for the piece.

Default

''

Inherited from

Piece.Options.name

Defined in

projects/pieces/src/lib/structures/Piece.ts:44