Constructors

  • Parameters

    • session: EditSession
    • length: number
    • pos: Point
    • others: any[]
    • mainClass: string
    • othersClass: string

    Returns PlaceHolder

Properties

$onCursorChange: (() => void)

Type declaration

    • (): void
    • Returns void

$onUpdate: any
$others: any[]
$pos: Point
$undoStackDepth: any
$updating: boolean
doc: Document
length: number
mainClass: string
others: any[]
othersActive: boolean
othersClass: string
pos: Anchor
selectionBefore: Range | Range[]
session: EditSession

Methods

  • PlaceHolder.hideOtherMarkers()

    Hides all over markers in the [[EditSession EditSession]] that are not the currently selected one.

    Returns void

  • Internal

    PlaceHolder@onCursorChange(e)

    Emitted when the cursor changes.

    Parameters

    • Optional event: any

    Returns void

  • Internal

    PlaceHolder@onUpdate(e)

    Emitted when the place holder updates.

    Parameters

    • delta: Delta

    Returns void

Generated using TypeDoc