Ir al contenido

ResizeNodeCommand

Defined in: undo/commands.ts:267

Command to resize a node.

new ResizeNodeCommand(model, nodeKey, x, y, width, height): ResizeNodeCommand

Defined in: undo/commands.ts:280

GraphLinksModel

string | number

number

number

number

number

ResizeNodeCommand

describe(): string

Defined in: undo/commands.ts:317

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:296

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:310

Undo the command.

void

Command.undo