setRTL method

void setRTL([
  1. HTMLElement? elem
])

@expose (undocumented) Used in Diagram constructor setup, this computes the pixel width of the scrollbars @param {HTMLElement=} elem

Implementation

void setRTL([_i6.HTMLElement? elem]) {
  _i4.callMethod(
    this,
    'setRTL',
    [elem ?? _i5.undefined],
  );
}