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)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _diffEditor: IStandaloneDiffEditor
    _diffNavigator: DiffNavigator
    _languageAutoDetected: boolean = true

    true because it is derived from an URI during the instantiation

    autoSizing: boolean
    contextKeyService: ContextKeyService
    diffNavigatorFactory: MonacoDiffNavigatorFactory
    documents: Set<MonacoEditorModel> = ...
    editor: IStandaloneCodeEditor
    lastReachedSideBySideBreakpoint: boolean = true
    maxHeight: number
    minHeight: number
    model: null | ITextModel
    modifiedModel: MonacoEditorModel
    modifiedTextModel: 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 = undefined

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

    onShouldDisplayDirtyDiffChangedEmitter: Emitter<boolean> = ...
    originalModel: MonacoEditorModel
    originalTextModel: ITextModel
    parentEditor?: MonacoEditor
    savedDiffState: null | IDiffEditorViewState
    savedViewState: null | ICodeEditorViewState
    toDispose: DisposableCollection = ...
    uri: URI
    wordWrapOverride: undefined | "off" | "on" | "inherit"

    Accessors

    Methods