Skip to content

@npm9912/v-map


@npm9912/v-map / index / JSX / IntrinsicElements

Interface: IntrinsicElements

Defined in: src/components.d.ts:2445

Properties

v-map

v-map: Omit<VMap, keyof VMapAttributes> & object & object & object

Defined in: src/components.d.ts:2446

Type Declaration

center?

optional center: string

cssMode?

optional cssMode: CssMode

flavour?

optional flavour: Flavour

useDefaultImportMap?

optional useDefaultImportMap: boolean

zoom?

optional zoom: number

Type Declaration

attr:center?

optional attr:center: string

attr:cssMode?

optional attr:cssMode: CssMode

attr:flavour?

optional attr:flavour: Flavour

attr:useDefaultImportMap?

optional attr:useDefaultImportMap: boolean

attr:zoom?

optional attr:zoom: number

Type Declaration

prop:center?

optional prop:center: string

prop:cssMode?

optional prop:cssMode: CssMode

prop:flavour?

optional prop:flavour: Flavour

prop:useDefaultImportMap?

optional prop:useDefaultImportMap: boolean

prop:zoom?

optional prop:zoom: number


v-map-builder

v-map-builder: VMapBuilder

Defined in: src/components.d.ts:2447


v-map-error

v-map-error: Omit<VMapError, keyof VMapErrorAttributes> & object & object & object

Defined in: src/components.d.ts:2448

Type Declaration

autoDismiss?

optional autoDismiss: number

for?

optional for: string

log?

optional log: LogMode

max?

optional max: number

position?

optional position: ToastPosition

Type Declaration

attr:autoDismiss?

optional attr:autoDismiss: number

attr:for?

optional attr:for: string

attr:log?

optional attr:log: LogMode

attr:max?

optional attr:max: number

attr:position?

optional attr:position: ToastPosition

Type Declaration

prop:autoDismiss?

optional prop:autoDismiss: number

prop:for?

optional prop:for: string

prop:log?

optional prop:log: LogMode

prop:max?

optional prop:max: number

prop:position?

optional prop:position: ToastPosition


v-map-layer-geojson

v-map-layer-geojson: Omit<VMapLayerGeojson, keyof VMapLayerGeojsonAttributes> & object & object & object

Defined in: src/components.d.ts:2449

Type Declaration

fillColor?

optional fillColor: string

fillOpacity?

optional fillOpacity: number

geojson?

optional geojson: string

iconSize?

optional iconSize: string

iconUrl?

optional iconUrl: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

pointColor?

optional pointColor: string

pointRadius?

optional pointRadius: number

strokeColor?

optional strokeColor: string

strokeOpacity?

optional strokeOpacity: number

strokeWidth?

optional strokeWidth: number

textColor?

optional textColor: string

textProperty?

optional textProperty: string

textSize?

optional textSize: number

url?

optional url: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:fillColor?

optional attr:fillColor: string

attr:fillOpacity?

optional attr:fillOpacity: number

attr:geojson?

optional attr:geojson: string

attr:iconSize?

optional attr:iconSize: string

attr:iconUrl?

optional attr:iconUrl: string

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:pointColor?

optional attr:pointColor: string

attr:pointRadius?

optional attr:pointRadius: number

attr:strokeColor?

optional attr:strokeColor: string

attr:strokeOpacity?

optional attr:strokeOpacity: number

attr:strokeWidth?

optional attr:strokeWidth: number

attr:textColor?

optional attr:textColor: string

attr:textProperty?

optional attr:textProperty: string

attr:textSize?

optional attr:textSize: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number

Type Declaration

prop:fillColor?

optional prop:fillColor: string

prop:fillOpacity?

optional prop:fillOpacity: number

prop:geojson?

optional prop:geojson: string

prop:iconSize?

optional prop:iconSize: string

prop:iconUrl?

optional prop:iconUrl: string

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:opacity?

optional prop:opacity: number

prop:pointColor?

optional prop:pointColor: string

prop:pointRadius?

optional prop:pointRadius: number

prop:strokeColor?

optional prop:strokeColor: string

prop:strokeOpacity?

optional prop:strokeOpacity: number

prop:strokeWidth?

optional prop:strokeWidth: number

prop:textColor?

optional prop:textColor: string

prop:textProperty?

optional prop:textProperty: string

prop:textSize?

optional prop:textSize: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean

prop:zIndex?

optional prop:zIndex: number


v-map-layer-geotiff

v-map-layer-geotiff: Omit<VMapLayerGeotiff, keyof VMapLayerGeotiffAttributes> & object & object & object

Defined in: src/components.d.ts:2450

Type Declaration

colorMap?

optional colorMap: string | GeoStylerColorMap

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

nodata?

optional nodata: number

opacity?

optional opacity: number

url?

optional url: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:colorMap?

optional attr:colorMap: string | GeoStylerColorMap

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:nodata?

optional attr:nodata: number

attr:opacity?

optional attr:opacity: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number

Type Declaration

prop:colorMap?

optional prop:colorMap: string | GeoStylerColorMap

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:nodata?

optional prop:nodata: number

prop:opacity?

optional prop:opacity: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean

prop:zIndex?

optional prop:zIndex: number


v-map-layer-google

v-map-layer-google: Omit<VMapLayerGoogle, keyof VMapLayerGoogleAttributes> & object & object & object

Defined in: src/components.d.ts:2451

Type Declaration

apiKey?

optional apiKey: string

language?

optional language: string

libraries?

optional libraries: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

mapType?

optional mapType: "roadmap" | "satellite" | "terrain" | "hybrid"

maxZoom?

optional maxZoom: number

opacity?

optional opacity: number

region?

optional region: string

scale?

optional scale: "scaleFactor1x" | "scaleFactor2x" | "scaleFactor4x"

styles?

optional styles: string | Record<string, unknown>[]

visible?

optional visible: boolean

Type Declaration

attr:apiKey?

optional attr:apiKey: string

attr:language?

optional attr:language: string

attr:libraries?

optional attr:libraries: string

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:mapType?

optional attr:mapType: "roadmap" | "satellite" | "terrain" | "hybrid"

attr:maxZoom?

optional attr:maxZoom: number

attr:opacity?

optional attr:opacity: number

attr:region?

optional attr:region: string

attr:scale?

optional attr:scale: "scaleFactor1x" | "scaleFactor2x" | "scaleFactor4x"

attr:styles?

optional attr:styles: string | Record<string, unknown>[]

attr:visible?

optional attr:visible: boolean

Type Declaration

prop:apiKey?

optional prop:apiKey: string

prop:language?

optional prop:language: string

prop:libraries?

optional prop:libraries: string

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:mapType?

optional prop:mapType: "roadmap" | "satellite" | "terrain" | "hybrid"

prop:maxZoom?

optional prop:maxZoom: number

prop:opacity?

optional prop:opacity: number

prop:region?

optional prop:region: string

prop:scale?

optional prop:scale: "scaleFactor1x" | "scaleFactor2x" | "scaleFactor4x"

prop:styles?

optional prop:styles: string | Record<string, unknown>[]

prop:visible?

optional prop:visible: boolean


v-map-layer-osm

v-map-layer-osm: Omit<VMapLayerOsm, keyof VMapLayerOsmAttributes> & object & object & object

Defined in: src/components.d.ts:2452

Type Declaration

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

url?

optional url: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number

Type Declaration

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:opacity?

optional prop:opacity: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean

prop:zIndex?

optional prop:zIndex: number


v-map-layer-scatterplot

v-map-layer-scatterplot: Omit<VMapLayerScatterplot, keyof VMapLayerScatterplotAttributes> & object & object & object

Defined in: src/components.d.ts:2453

Type Declaration

data?

optional data: string

getFillColor?

optional getFillColor: Color

getRadius?

optional getRadius: number

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

url?

optional url: string

visible?

optional visible: boolean

Type Declaration

attr:data?

optional attr:data: string

attr:getFillColor?

optional attr:getFillColor: Color

attr:getRadius?

optional attr:getRadius: number

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

Type Declaration

prop:data?

optional prop:data: string

prop:getFillColor?

optional prop:getFillColor: Color

prop:getRadius?

optional prop:getRadius: number

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:opacity?

optional prop:opacity: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean


v-map-layer-terrain

v-map-layer-terrain: Omit<VMapLayerTerrain, keyof VMapLayerTerrainAttributes> & object & { "attr:visible"?: boolean; "attr:opacity"?: number; "attr:zIndex"?: number; "attr:loadState"?: "ready" | "error" | "idle" | "loading"; "attr:minZoom"?: number; "attr:maxZoom"?: number; "attr:color"?: string; ... 4 more ...; "attr:meshMaxError"?: number; } & ({ ...; } & OneOf<...>)

Defined in: src/components.d.ts:2454

Type Declaration

color?

optional color: string

elevationData?

optional elevationData: string

elevationDecoder?

optional elevationDecoder: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

maxZoom?

optional maxZoom: number

meshMaxError?

optional meshMaxError: number

minZoom?

optional minZoom: number

opacity?

optional opacity: number

texture?

optional texture: string

visible?

optional visible: boolean

wireframe?

optional wireframe: boolean

zIndex?

optional zIndex: number


v-map-layer-terrain-geotiff

v-map-layer-terrain-geotiff: Omit<VMapLayerTerrainGeotiff, keyof VMapLayerTerrainGeotiffAttributes> & object & object & object

Defined in: src/components.d.ts:2455

Type Declaration

colorMap?

optional colorMap: string | GeoStylerColorMap

elevationScale?

optional elevationScale: number

forceProjection?

optional forceProjection: boolean

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

maxZoom?

optional maxZoom: number

meshMaxError?

optional meshMaxError: number

minZoom?

optional minZoom: number

nodata?

optional nodata: number

opacity?

optional opacity: number

projection?

optional projection: string

renderMode?

optional renderMode: "terrain" | "colormap"

texture?

optional texture: string

tileSize?

optional tileSize: number

url?

optional url: string

visible?

optional visible: boolean

wireframe?

optional wireframe: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:colorMap?

optional attr:colorMap: string | GeoStylerColorMap

attr:elevationScale?

optional attr:elevationScale: number

attr:forceProjection?

optional attr:forceProjection: boolean

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:maxZoom?

optional attr:maxZoom: number

attr:meshMaxError?

optional attr:meshMaxError: number

attr:minZoom?

optional attr:minZoom: number

attr:nodata?

optional attr:nodata: number

attr:opacity?

optional attr:opacity: number

attr:projection?

optional attr:projection: string

attr:renderMode?

optional attr:renderMode: "terrain" | "colormap"

attr:texture?

optional attr:texture: string

attr:tileSize?

optional attr:tileSize: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:wireframe?

optional attr:wireframe: boolean

attr:zIndex?

optional attr:zIndex: number

Type Declaration

prop:colorMap?

optional prop:colorMap: string | GeoStylerColorMap

prop:elevationScale?

optional prop:elevationScale: number

prop:forceProjection?

optional prop:forceProjection: boolean

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:maxZoom?

optional prop:maxZoom: number

prop:meshMaxError?

optional prop:meshMaxError: number

prop:minZoom?

optional prop:minZoom: number

prop:nodata?

optional prop:nodata: number

prop:opacity?

optional prop:opacity: number

prop:projection?

optional prop:projection: string

prop:renderMode?

optional prop:renderMode: "terrain" | "colormap"

prop:texture?

optional prop:texture: string

prop:tileSize?

optional prop:tileSize: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean

prop:wireframe?

optional prop:wireframe: boolean

prop:zIndex?

optional prop:zIndex: number


v-map-layer-tile3d

v-map-layer-tile3d: Omit<VMapLayerTile3d, keyof VMapLayerTile3dAttributes> & object & { "attr:visible"?: boolean; "attr:opacity"?: number; "attr:zIndex"?: number; "attr:url"?: string; "attr:loadState"?: "ready" | "error" | "idle" | "loading"; "attr:tilesetOptions"?: string | Record<string, unknown>; } & ({ ...; } & OneOf<...>)

Defined in: src/components.d.ts:2456

Type Declaration

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

tilesetOptions?

optional tilesetOptions: string | Record<string, unknown>

url?

optional url: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number


v-map-layer-wcs

v-map-layer-wcs: Omit<VMapLayerWcs, keyof VMapLayerWcsAttributes> & object & object & { "prop:visible"?: boolean; "prop:opacity"?: number; "prop:zIndex"?: number; "prop:url"?: string; "prop:loadState"?: "ready" | "error" | "idle" | "loading"; "prop:version"?: string; "prop:format"?: string; "prop:params"?: string; "prop:coverageName"?: string; "prop:projection"?: string; "prop:resolutions"?: string; ...

Defined in: src/components.d.ts:2457

Type Declaration

coverageName?

optional coverageName: string

format?

optional format: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

params?

optional params: string

projection?

optional projection: string

resolutions?

optional resolutions: string

url?

optional url: string

version?

optional version: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:coverageName?

optional attr:coverageName: string

attr:format?

optional attr:format: string

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:params?

optional attr:params: string

attr:projection?

optional attr:projection: string

attr:resolutions?

optional attr:resolutions: string

attr:url?

optional attr:url: string

attr:version?

optional attr:version: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number


v-map-layer-wfs

v-map-layer-wfs: Omit<VMapLayerWfs, keyof VMapLayerWfsAttributes> & object & object & { "prop:visible"?: boolean; "prop:opacity"?: number; "prop:zIndex"?: number; "prop:url"?: string; "prop:loadState"?: "ready" | "error" | "idle" | "loading"; "prop:version"?: string; "prop:typeName"?: string; "prop:outputFormat"?: string; "prop:srsName"?: string; "prop:params"?: string; } & (OneOf<...> & OneOf<...>)

Defined in: src/components.d.ts:2458

Type Declaration

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

outputFormat?

optional outputFormat: string

params?

optional params: string

srsName?

optional srsName: string

typeName?

optional typeName: string

url?

optional url: string

version?

optional version: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:outputFormat?

optional attr:outputFormat: string

attr:params?

optional attr:params: string

attr:srsName?

optional attr:srsName: string

attr:typeName?

optional attr:typeName: string

attr:url?

optional attr:url: string

attr:version?

optional attr:version: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number


v-map-layer-wkt

v-map-layer-wkt: Omit<VMapLayerWkt, keyof VMapLayerWktAttributes> & object & object & object

Defined in: src/components.d.ts:2459

Type Declaration

fillColor?

optional fillColor: string

fillOpacity?

optional fillOpacity: number

iconSize?

optional iconSize: string

iconUrl?

optional iconUrl: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

pointColor?

optional pointColor: string

pointRadius?

optional pointRadius: number

strokeColor?

optional strokeColor: string

strokeOpacity?

optional strokeOpacity: number

strokeWidth?

optional strokeWidth: number

textColor?

optional textColor: string

textProperty?

optional textProperty: string

textSize?

optional textSize: number

url?

optional url: string

visible?

optional visible: boolean

wkt?

optional wkt: string

zIndex?

optional zIndex: number

Type Declaration

attr:fillColor?

optional attr:fillColor: string

attr:fillOpacity?

optional attr:fillOpacity: number

attr:iconSize?

optional attr:iconSize: string

attr:iconUrl?

optional attr:iconUrl: string

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:pointColor?

optional attr:pointColor: string

attr:pointRadius?

optional attr:pointRadius: number

attr:strokeColor?

optional attr:strokeColor: string

attr:strokeOpacity?

optional attr:strokeOpacity: number

attr:strokeWidth?

optional attr:strokeWidth: number

attr:textColor?

optional attr:textColor: string

attr:textProperty?

optional attr:textProperty: string

attr:textSize?

optional attr:textSize: number

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:wkt?

optional attr:wkt: string

attr:zIndex?

optional attr:zIndex: number

Type Declaration

prop:fillColor?

optional prop:fillColor: string

prop:fillOpacity?

optional prop:fillOpacity: number

prop:iconSize?

optional prop:iconSize: string

prop:iconUrl?

optional prop:iconUrl: string

prop:loadState?

optional prop:loadState: "ready" | "error" | "idle" | "loading"

prop:opacity?

optional prop:opacity: number

prop:pointColor?

optional prop:pointColor: string

prop:pointRadius?

optional prop:pointRadius: number

prop:strokeColor?

optional prop:strokeColor: string

prop:strokeOpacity?

optional prop:strokeOpacity: number

prop:strokeWidth?

optional prop:strokeWidth: number

prop:textColor?

optional prop:textColor: string

prop:textProperty?

optional prop:textProperty: string

prop:textSize?

optional prop:textSize: number

prop:url?

optional prop:url: string

prop:visible?

optional prop:visible: boolean

prop:wkt?

optional prop:wkt: string

prop:zIndex?

optional prop:zIndex: number


v-map-layer-wms

v-map-layer-wms: Omit<VMapLayerWms, keyof VMapLayerWmsAttributes> & object & object & { "prop:visible"?: boolean; "prop:opacity"?: number; "prop:zIndex"?: number; "prop:url"?: string; "prop:layers"?: string; "prop:tiled"?: boolean; "prop:loadState"?: "ready" | "error" | "idle" | "loading"; "prop:format"?: string; "prop:transparent"?: boolean; "prop:styles"?: string; } & (OneOf<...> & OneOf<...>)

Defined in: src/components.d.ts:2460

Type Declaration

format?

optional format: string

layers?

optional layers: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

opacity?

optional opacity: number

styles?

optional styles: string

tiled?

optional tiled: boolean

transparent?

optional transparent: boolean

url?

optional url: string

visible?

optional visible: boolean

zIndex?

optional zIndex: number

Type Declaration

attr:format?

optional attr:format: string

attr:layers?

optional attr:layers: string

attr:loadState?

optional attr:loadState: "ready" | "error" | "idle" | "loading"

attr:opacity?

optional attr:opacity: number

attr:styles?

optional attr:styles: string

attr:tiled?

optional attr:tiled: boolean

attr:transparent?

optional attr:transparent: boolean

attr:url?

optional attr:url: string

attr:visible?

optional attr:visible: boolean

attr:zIndex?

optional attr:zIndex: number


v-map-layer-xyz

v-map-layer-xyz: Omit<VMapLayerXyz, keyof VMapLayerXyzAttributes> & object & { "attr:visible"?: boolean; "attr:opacity"?: number; "attr:url"?: string; "attr:loadState"?: "ready" | "error" | "idle" | "loading"; "attr:tileSize"?: number; "attr:maxZoom"?: number; "attr:attributions"?: string; "attr:subdomains"?: string; } & ({ ...; } & OneOf<...>)

Defined in: src/components.d.ts:2461

Type Declaration

attributions?

optional attributions: string

loadState?

optional loadState: "ready" | "error" | "idle" | "loading"

maxZoom?

optional maxZoom: number

opacity?

optional opacity: number

subdomains?

optional subdomains: string

tileSize?

optional tileSize: number

url?

optional url: string

visible?

optional visible: boolean


v-map-layercontrol

v-map-layercontrol: Omit<VMapLayercontrol, "for"> & object & object & object

Defined in: src/components.d.ts:2462

Type Declaration

for?

optional for: string

Type Declaration

attr:for?

optional attr:for: string

Type Declaration

prop:for?

optional prop:for: string


v-map-layergroup

v-map-layergroup: Omit<VMapLayergroup, keyof VMapLayergroupAttributes> & object & object & object

Defined in: src/components.d.ts:2463

Type Declaration

basemapid?

optional basemapid: string

opacity?

optional opacity: number

visible?

optional visible: boolean

Type Declaration

attr:basemapid?

optional attr:basemapid: string

attr:opacity?

optional attr:opacity: number

attr:visible?

optional attr:visible: boolean

Type Declaration

prop:basemapid?

optional prop:basemapid: string

prop:opacity?

optional prop:opacity: number

prop:visible?

optional prop:visible: boolean


v-map-style

v-map-style: Omit<VMapStyle, keyof VMapStyleAttributes> & object & object & object

Defined in: src/components.d.ts:2464

Type Declaration

autoApply?

optional autoApply: boolean

content?

optional content: string

format?

optional format: StyleFormat

layerTargets?

optional layerTargets: string

src?

optional src: string

Type Declaration

attr:autoApply?

optional attr:autoApply: boolean

attr:content?

optional attr:content: string

attr:format?

optional attr:format: StyleFormat

attr:layerTargets?

optional attr:layerTargets: string

attr:src?

optional attr:src: string

Type Declaration

prop:autoApply?

optional prop:autoApply: boolean

prop:content?

optional prop:content: string

prop:format?

optional prop:format: StyleFormat

prop:layerTargets?

optional prop:layerTargets: string

prop:src?

optional prop:src: string