Project 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