Skip to content

@npm9912/v-map


@npm9912/v-map / types/styling / StyleApplyOptions

Interface: StyleApplyOptions

Defined in: src/types/styling.ts:21

Properties

layerIds?

optional layerIds: string[]

Defined in: src/types/styling.ts:25

Layer IDs to apply the style to.


mode?

optional mode: "replace" | "merge"

Defined in: src/types/styling.ts:31

Whether to replace existing styles or merge with them.

Default

ts
'replace'

priority?

optional priority: number

Defined in: src/types/styling.ts:36

Optional priority for style application.