interface IProperties {
    color?: string;
    lineWidth?: number;
    opacity?: number;
    size?: number;
    texture?: string;
}

Properties

color?: string
lineWidth?: number
opacity?: number
size?: number
texture?: string