Options
All
  • Public
  • Public/Protected
  • All
Menu

monaco-editor

Index

Type aliases

Constructor

Constructor<T>: {}

Type parameters

  • T

Type declaration

Variables

Let MonacoEnvironment

MonacoEnvironment: Environment | undefined

Const monacoExtras

monacoExtras: any

Exposes the internal API of monaco editor. May be used to customize the editor even further.

THIS IS UNSUPPORTED AND MAY BE CHANGED WITHOUT NOTICE. MAKE SURE YOU KNOW WHAT YOU ARE DOING AND USE AT YOUR OWN RISK.

Functions

PF

  • Helper function to retrieve the widget instance for a given widget variable.

    Parameters

    • widgetVar: string

      Widget variable of the widget to retrieve.

    Returns BaseWidget

    The widget instance. undefined in case no such widget is found.

Generated using TypeDoc