interface IMoveTrailFill {
    color?: string | IRangeColor;
    image?: string;
}

Implemented by

Properties

Properties

color?: string | IRangeColor
image?: string