Ir al contenido

RemoveLinkCommand

Defined in: undo/commands.ts:157

Command to remove a link from the model.

new RemoveLinkCommand(model, linkKey): RemoveLinkCommand

Defined in: undo/commands.ts:162

GraphLinksModel

string | number

RemoveLinkCommand

describe(): string

Defined in: undo/commands.ts:184

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:167

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:178

Undo the command.

void

Command.undo