Ir al contenido

RemoveNodeCommand

Defined in: undo/commands.ts:43

Command to remove a node from the model.

new RemoveNodeCommand(model, nodeKey): RemoveNodeCommand

Defined in: undo/commands.ts:49

GraphLinksModel

string | number

RemoveNodeCommand

describe(): string

Defined in: undo/commands.ts:84

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:54

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:64

Undo the command.

void

Command.undo