interface ITrailMode {
    trail: ITrail;
}

Properties

Properties

trail: ITrail