addLayer method

Diagram addLayer(
  1. Layer layer
)

Adds a new Layer to the list of layers. If Layer#isTemporary is false, the layer is added after all existing non-temporary layers. If Layer#isTemporary is true, the layer is added as the very last layer. @param {Layer} layer The new Layer to add. It is an error if the Layer already belongs to a Diagram. @see #addLayerBefore @see #addLayerAfter @see #removeLayer @see #findLayer @return {Diagram} this Diagram

Implementation

_i3.Diagram addLayer(_i3.Layer layer) => _i4.callMethod(
      this,
      'addLayer',
      [layer],
    );