Interface FilterMoveInfoInterface

The FilterMoveInfoInterface is the attachment of the WorkingSetInterfaceSignal.WorkingSetFilterMoved signal.

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


Events

interface FilterMoveInfoInterface {
    filter: string;
    to: number;
}

Properties

Properties

filter: string

The id of the FilterItemInterface that was moved.

to: number

The new position in the WorkingSetInterface.