interface JLayerLineStyle {
    arrowPosition: number;
    arrowType: JLAYER_STYLE_ARROW_TYPES;
    dashPattern: number[];
    id: string;
    imageSampleInBase64: string;
    lineCap: JLAYER_STYLE_LINE_CAP;
    lineColor: string;
    lineJoin: JLAYER_STYLE_LINE_JOIN;
    lineThickness: number;
    name: string;
    patternData: string;
    transparency: number;
    type: LINE;
}

Hierarchy (view full)

Properties

arrowPosition: number
dashPattern: number[]
id: string
imageSampleInBase64: string

Deprecated

this property will be removed once the legacy support for JMS thematics will be removed

lineColor: string
lineThickness: number
name: string
patternData: string
transparency: number
type: LINE