NodeSessionOptions
The node session options.
Signature
export interface NodeSessionOptionsProperties
Methods
resumeFn?(node: NodeStructure, players: PlayerStructure[]): Awaitable<void>;Custom handler for `byLibrary` resume. When set, it runs instead of the built-in one; when omitted, the built-in `resumeByLibrary` is used. Only consulted while `byLibrary` is enabled.
Parameters
node- The node whose players are being resumed.
players- The players the library holds for that node.