Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlaceHolder

Hierarchy

  • PlaceHolder

Index

Constructors

constructor

    • session (Document): The document to associate with the anchor
    • length (Number): The starting row position
    • pos (Number): The starting column position
    • others (String):
    • mainClass (String):
    • othersClass (String):

    Returns PlaceHolder

Methods

cancel

  • cancel(): void

detach

  • detach(): void

hideOtherMarkers

  • hideOtherMarkers(): void

onCursorChange

  • onCursorChange(event: any): void
  • PlaceHolder@onCursorChange(e)

    Emitted when the cursor changes.

    Parameters

    • event: any

    Returns void

onUpdate

  • onUpdate(delta: any): any
  • PlaceHolder@onUpdate(e)

    Emitted when the place holder updates.

    Parameters

    • delta: any

    Returns any

setup

  • setup(): void

showOtherMarkers

  • showOtherMarkers(): void

Generated using TypeDoc