Ir al contenido

SetNodePropertyCommand

Defined in: undo/commands.ts:92

Command to change a node property.

new SetNodePropertyCommand(model, nodeKey, propertyName, newValue): SetNodePropertyCommand

Defined in: undo/commands.ts:99

GraphLinksModel

string | number

string

unknown

SetNodePropertyCommand

describe(): string

Defined in: undo/commands.ts:120

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:111

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:116

Undo the command.

void

Command.undo