Ir al contenido

SetZOrderCommand

Defined in: undo/commands.ts:325

Command to change a part’s z-order within its layer.

new SetZOrderCommand(model, key, newZOrder): SetZOrderCommand

Defined in: undo/commands.ts:331

GraphLinksModel

string | number

number

SetZOrderCommand

describe(): string

Defined in: undo/commands.ts:346

Get a description of the command.

string

Command.describe


execute(): void

Defined in: undo/commands.ts:337

Execute the command.

void

Command.execute


undo(): void

Defined in: undo/commands.ts:342

Undo the command.

void

Command.undo