Interface WorkingSetMoveInfoInterface

The WorkingSetMoveInfoInterface is the attachment of the WorkingSetInterfaceSignal.WorkingSetDependencyMoved signal.

It describes the WorkingSetInterface that was moved and its new position.


Events

interface WorkingSetMoveInfoInterface {
    to: number;
    workingset: WorkingSetInterface;
}

Properties

Properties

to: number

The new position in the WorkingSetInterface.

The WorkingSetInterface that was moved.