Search
CanvasLayer.parent Property
See Also
 






Gets the parent control of this layer.

Namespace: MindFusion.Mapping
File: CanvasLayer.js

 Syntax

JavaScript  Copy Code

get parent() {}

 Property Value

MapView. The parent control of this layer.

 Example

The following code checks if the parent of this CanvasLayer was loaded:

JavaScript  Copy Code
if(drawings.parent.loaded)

   //do something
}

 See Also