IDiffEditor

wvlet.airframe.rx.html.widget.editor.monaco.editor.IDiffEditor
trait IDiffEditor extends IEditor

Attributes

Graph
Supertypes
trait IEditor
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def getDomNode(): HTMLElement
def getLineChanges(): Array[ILineChange] | Null
override def getModel(): IEditorModel | Null

Attributes

Definition Classes
def onDidUpdateDiff(listener: Function0[Unit]): IDisposable
override def saveViewState(): IEditorViewState | Null

Attributes

Definition Classes
def updateOptions(newOptions: IDiffEditorOptions): Unit

Inherited methods

def dispose(): Unit

Attributes

Inherited from:
IEditor
def focus(): Unit

Attributes

Inherited from:
IEditor
def getEditorType(): String

Attributes

Inherited from:
IEditor
def getId(): String

Attributes

Inherited from:
IEditor
def getPosition(): Position | Null

Attributes

Inherited from:
IEditor
def getSelection(): Selection | Null

Attributes

Inherited from:
IEditor
def getSelections(): Array[Selection] | Null

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def hasTextFocus(): Boolean

Attributes

Inherited from:
IEditor
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def layout(dimension: IDimension): Unit

Attributes

Inherited from:
IEditor
def onDidDispose(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
IEditor
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object

Attributes

Inherited from:
IEditor
def revealLine(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLineInCenter(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLineInCenterIfOutsideViewport(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLines(startLineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLinesInCenter(lineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLinesInCenterIfOutsideViewport(lineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealPosition(position: IPosition, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealPositionInCenter(position: IPosition, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
def revealRange(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealRangeAtTop(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealRangeInCenter(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
def setModel(model: IEditorModel | Null): Unit

Attributes

Inherited from:
IEditor
def setPosition(position: IPosition): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: Selection): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: ISelection): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: Range): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: IRange): Unit

Attributes

Inherited from:
IEditor
def toLocaleString(): String

Attributes

Inherited from:
Object
def trigger(source: String, handlerId: String, payload: Any): Unit

Attributes

Inherited from:
IEditor
def updateOptions(newOptions: IEditorOptions): Unit

Attributes

Inherited from:
IEditor
def valueOf(): Any

Attributes

Inherited from:
Object