Class: Handle<T>#

Type parameters#

NameType
Thandle

Hierarchy#

Properties#

handle#

• Readonly handle: T

Defined in: handles/handle.ts:6

Accessors#

id#

id(): number

Get the unique ID of the handle. The ID is recycled once you destroy the object.

Returns: number

The unique ID of a handle object.

Defined in: handles/handle.ts:18