Ir al contenido

SetLinkPropertyCommand

Defined in: undo/commands.ts:231

Command to change a link property.

new SetLinkPropertyCommand(model, linkKey, propertyName, newValue): SetLinkPropertyCommand

Defined in: undo/commands.ts:238

GraphLinksModel

string | number

string

unknown

SetLinkPropertyCommand

describe(): string

Defined in: undo/commands.ts:259

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:250

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:255

Undo the command.

void

Command.undo