• Embeds the Ace editor into the DOM, at the element provided by el.

    Parameters

    • el: string | HTMLElement & {
          env?: any;
          value?: any;
      }

      Either the id of an element, or the element itself

    • Optional options: any

      Options for the editor

    Returns Editor

Generated using TypeDoc