Theia API Documentation v1.65.0
    Preparing search index...

    Navigatable provides an access to an URI of an underlying instance of Resource.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _languageAutoDetected: boolean = true

    true because it is derived from an URI during the instantiation

    autoSizing: boolean
    contextKeyService: ContextKeyService
    documents: Set<MonacoEditorModel> = ...
    editor: IStandaloneCodeEditor
    maxHeight: number
    minHeight: number
    model: null | ITextModel
    monacoModelService: MonacoTextModelService
    node: HTMLElement
    onCursorPositionChangedEmitter: Emitter<Position> = ...
    onDidChangeReadOnly: Event<boolean | MarkdownString> = ...
    onDidResize: Event<null | Dimension> = ...
    onDocumentContentChangedEmitter: Emitter<TextDocumentChangeEvent> = ...
    onEncodingChanged: Event<string> = ...
    onFocusChangedEmitter: Emitter<boolean> = ...
    onLanguageChanged: Event<string> = ...
    onLanguageChangedEmitter: Emitter<string> = ...
    onMouseDownEmitter: Emitter<EditorMouseEvent> = ...
    onResizeEmitter: Emitter<null | Dimension> = ...
    onScrollChangedEmitter: Emitter<void> = ...
    onSelectionChangedEmitter: Emitter<Selection> = ...
    onShouldDisplayDirtyDiffChanged: undefined | Event<boolean> = ...

    This event is optional iff shouldDisplayDirtyDiff always returns the same result for this editor instance.

    onShouldDisplayDirtyDiffChangedEmitter: Emitter<boolean> = ...
    parentEditor?: MonacoEditor
    savedViewState: null | ICodeEditorViewState
    toDispose: DisposableCollection = ...
    uri: URI

    Accessors

    Methods

    • Parameters

      • OptionalmaybeMarkdown: null | string | IMarkdownString | IMarkdownString[]

      Returns undefined | string

    • Parameters

      • OptionalhoverMessage: string | IMarkdownString | IMarkdownString[]

      Returns undefined | IMarkdownString | IMarkdownString[]

    • eslint-disable-next-line @typescript-eslint/no-explicit-any

      Parameters

      • source: string
      • handlerId: string
      • payload: any

      Returns void