unregisterDuiHandle()
function unregisterDuiHandle(handle: number): void;Defined in: src/lib/client/rpc/caller.ts:43
Unregister a DUI handle.
Parameters
| Parameter | Type | Description |
|---|---|---|
handle | number | The DUI handle to remove |
Returns
void
function unregisterDuiHandle(handle: number): void;Defined in: src/lib/client/rpc/caller.ts:43
Unregister a DUI handle.
| Parameter | Type | Description |
|---|---|---|
handle | number | The DUI handle to remove |
void