Interface MovementInfo

Automatic movement information.

interface MovementInfo {
    config?: Record<string, any>;
    state?: Record<string, any>;
    type: string;
}

Hierarchy (view full)

Properties

Properties

config?: Record<string, any>

Configuration of movement. This is custom for every automatic movement type

state?: Record<string, any>

Current state of movement. This is custom for every automatic movement type

type: string

Type of movement