@maxgraph/core
    Preparing search index...

    Function setPrefixedStyle

    • Adds the given style with the standard name and an optional vendor prefix for the current browser.

      styleUtils.setPrefixedStyle(node.style, 'transformOrigin', '0% 0%');
      

      Parameters

      • style: CSSStyleDeclaration
      • name: string
      • value: string

      Returns void