grid-engine
    Preparing search index...

    Interface MovementInfo

    Automatic movement information.

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

    Hierarchy (View Summary)

    Index

    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