Skip to content

ClientActions

The NodeActions class provides methods for managing nodes in a context.

Extends

Constructors

new ClientActions()

new ClientActions(): ClientActions

Returns

ClientActions

Inherited from

Node.NodeActions.constructor

Methods

actors()

actors(): void

Disable actions that should not be handled on the client.

Returns

void

Source

ecmascript/src/client.ts:7


components()

components(): void

Disable actions that should not be handled on the client.

Returns

void

Source

ecmascript/src/client.ts:12


entities()

entities(): void

Disable actions that should not be handled on the client.

Returns

void

Source

ecmascript/src/client.ts:17


symbol()

symbol(): void

Disable actions that should not be handled on the client.

Returns

void

Source

ecmascript/src/client.ts:22


symbols()

symbols(): void

Disable actions that should not be handled on the client.

Returns

void

Source

ecmascript/src/client.ts:27


Generated using typedoc-plugin-markdown and TypeDoc