Interface: PieceContext
The context for the piece, contains extra information from the store, the piece's path, and the store that loaded it.
Properties
name
• Readonly
name: string
The module's name extracted from the path.
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:401
path
• Readonly
path: string
The path the module was loaded from, relative to root.
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:397
root
• Readonly
root: string
The root directory the piece was loaded from.
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:393
store
• Readonly
store: Store
<Piece
<PieceOptions
>>
The store that loaded the piece.
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:405