interface JLayerBaseStyle {
    id: string;
    imageSampleInBase64: string;
    name: string;
    transparency: number;
    type: JLAYER_STYLE_TYPES;
}

Hierarchy (view full)

Properties

id: string
imageSampleInBase64: string

Deprecated

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

name: string
transparency: number