interface IMoveAttract {
    distance: RangeValue;
    enable: boolean;
    rotate: ICoordinates;
}

Implemented by

Properties

distance: RangeValue
enable: boolean
rotate: ICoordinates