Ir al contenido

AddLinkCommand

Defined in: undo/commands.ts:128

Command to add a link to the model.

new AddLinkCommand(model, linkData): AddLinkCommand

Defined in: undo/commands.ts:132

GraphLinksModel

LinkData

AddLinkCommand

describe(): string

Defined in: undo/commands.ts:148

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:137

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:141

Undo the command.

void

Command.undo