The ILayer interface defines the properties of a layer in the diagram, including its ID, name, visibility, and the nodes it contains.
The unique identifier of the layer.
The name of the layer.
A boolean indicating whether the layer is visible.
An array of node IDs that belong to this layer.
The ILayer interface defines the properties of a layer in the diagram, including its ID, name, visibility, and the nodes it contains.