set method

Diagram set(
  1. dynamic config
)

Set any number of properties on this Diagram. This is common in initialization. This method can only be used to set existing properties on this object. To attach new properties, or to set properties of sub-objects such as the Diagram#toolManager, Diagram#animationManager, or Diagram#commandHandler, use Diagram#attach.

This method uses TypeScript compile-time type checking, but does no runtime type checking.

@since 2.2 @param {Partial

Implementation

_i3.Diagram set(_i2.dynamic config) => _i4.callMethod(
      this,
      'set',
      [config],
    );