Skip to content

LithiumX v1.0.8


LithiumX / NodeOptions

Interface: NodeOptions

Defined in: src/Structures/Node.ts:445

Properties

host

host: string

Defined in: src/Structures/Node.ts:447

The host for the node.


identifier?

optional identifier: string

Defined in: src/Structures/Node.ts:455

The identifier for the node.


password?

optional password: string

Defined in: src/Structures/Node.ts:451

The password for the node.


port?

optional port: number

Defined in: src/Structures/Node.ts:449

The port for the node.


priority?

optional priority: number

Defined in: src/Structures/Node.ts:467

Priority of the node.


requestTimeout?

optional requestTimeout: number

Defined in: src/Structures/Node.ts:465

The timeout used for api calls.


resumeStatus?

optional resumeStatus: boolean

Defined in: src/Structures/Node.ts:461

Whether to resume the previous session.


resumeTimeout?

optional resumeTimeout: number

Defined in: src/Structures/Node.ts:463

The time the manager will wait before trying to resume the previous session.


retryAmount?

optional retryAmount: number

Defined in: src/Structures/Node.ts:457

The retryAmount for the node.


retryDelay?

optional retryDelay: number

Defined in: src/Structures/Node.ts:459

The retryDelay for the node.


secure?

optional secure: boolean

Defined in: src/Structures/Node.ts:453

Whether the host uses SSL.