Project Monaco Editor
Expand description
TypeDoc Example
This is an example of typedoc-theme-oxide.
The content of the example documentation is generated from the d.ts file of monaco-editor. However, it is not intended to serve as a documentation. Please refer to https://microsoft.github.io/monaco-editor/ if you want to read the API documentation of monaco-editor.
Namespaces§
Type Aliases§
Enumerations§
- KeyCode
Virtual Key Codes, the value does not hold any inherent meaning. Inspired somewhat from https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx But these are "more general", as they should work across browsers & OS`s.
- MarkerSeverity
- MarkerTag
- SelectionDirection
The direction of a selection.
Classes§
- CancellationTokenSource
- Emitter
A helper that allows to emit and listen to typed events
- KeyMod
- Position
A position in the editor.
- Range
A range in the editor. (startLineNumber,startColumn) is <= (endLineNumber,endColumn)
- Selection
A selection in the editor. The selection is a range that has an orientation.
- Token
- Uri
Uniform Resource Identifier (Uri) http://tools.ietf.org/html/rfc3986. This class is a simple parser which creates the basic component parts (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation and encoding.
Interfaces§
- CancellationToken
- Environment
- IDisposable
- IEvent
- IKeyboardEvent
- IMarkdownString
- IMouseEvent
- IPosition
A position in the editor. This interface is suitable for serialization.
- IRange
A range in the editor. This interface is suitable for serialization.
- IScrollEvent
- ISelection
A selection in the editor. The selection is a range that has an orientation.
- ITrustedTypePolicy
- ITrustedTypePolicyOptions
- MarkdownStringTrustedOptions
- UriComponents