Type alias VectorStyleItemPattern

VectorStyleItemPattern: {
    color: ColorType;
    size: number;
    type: PatternType;
    width: number;
}

Type declaration

Generated using TypeDoc