Readonly $iThe instance of RampMap API scoped to a single Vue R4MP application.
APIScope
The instance of Vue R4MP application controlled by this InstanceAPI.
This is just a shorthand for this.$iApi.$vApp.
APIScope
Return all error layers.
all error layers
Return all registered layers.
all registered layers
Will generate a RAMP Layer based on the supplied config object.
a valid layer configuration object
Layer in uninitialized load state
Access an instantiated layer object.
layer id or uid of the layer
The layer instance with the given id. Returns undefined is layer is not found.
Get controls and disabled controls configuration of the layer with the given id.
layer id or uid of the layer
The layer's controls and disabled controls configuration. Returns undefined if layer is not found.
Generated using TypeDoc
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export