NodePlayerMoveOptions
Signature
export interface NodePlayerMoveOptionsProperties
filterBy?: NodeSortFilter;The node sort type or a custom function to filter the nodes to move the players to when a node gets disconnected.
@type{NodeSortFilter | undefined}
move?: boolean;Whether to move the players to another node if the node gets disconnected.
@type{boolean}@defaultfalse