Interface QueueMovementEntry

interface QueueMovementEntry {
    command: LayerPosition | Direction;
    config: Concrete<QueueMovementConfig>;
}

Properties

Properties