EvLayerAction Interface
The EvLayerAction TS interface defines a blueprint of a JS object that specifies a layer action.
Properties
An EvLayerAction object has the following properties:
Examples
{
layer: {
id: "abcdefg"
},
visible: false
}
27 March 2025