interface JPolygonStyle {
    borderColor: string;
    borderDashPattern?: number[];
    borderPatternData: string;
    borderThickness: number;
    borderTransparency: number;
    createdBy: string;
    creationDate: string;
    description?: string;
    fillColor: string;
    id: string;
    lastModificationDate: string;
    lastModifiedBy: string;
    name: string;
    organizationId: string;
    patternData: string;
    tags: JTag[];
    transparency: number;
    transparentFill: boolean;
    type: "POLYGON";
}

Hierarchy (view full)

Properties

borderColor: string
borderDashPattern?: number[]
borderPatternData: string
borderThickness: number
borderTransparency: number
createdBy: string
creationDate: string
description?: string
fillColor: string
id: string
lastModificationDate: string
lastModifiedBy: string
name: string
organizationId: string
patternData: string
tags: JTag[]
transparency: number
transparentFill: boolean
type: "POLYGON"