For the complete documentation index, see llms.txt. This page is also available as Markdown.

LayerChangeCallbackParams


The parameters for the `onLayerChange` listener.

Properties

layer

layer: null | Layer

The new data for the layer or null if the layer was removed.

Last updated

Was this helpful?