Appearance
@npm9912/v-map / index / JSX / VMapBuilder
Interface: VMapBuilder
Defined in: src/components.d.ts:1370
A component that builds map configurations dynamically from JSON/YAML configuration scripts.
Properties
mapconfig?
optionalmapconfig:unknown
Defined in: src/components.d.ts:1374
Configuration object for the map builder. Can be any structure that will be normalized to BuilderConfig.
onConfigError()?
optionalonConfigError: (event) =>void
Defined in: src/components.d.ts:1378
Event emitted when there is an error parsing the map configuration.
Parameters
event
VMapBuilderCustomEvent<{ errors?: string[]; message: string; }>
Returns
void
onConfigReady()?
optionalonConfigReady: (event) =>void
Defined in: src/components.d.ts:1385
Event emitted when the map configuration has been successfully parsed and is ready to use.
Parameters
event
VMapBuilderCustomEvent<BuilderConfig>
Returns
void