Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollabsTextInputHandle

Type for [[CollabTextInput]]'s ref.

Hierarchy

  • CollabsTextInputHandle

Index

Constructors

Accessors

  • get selectionDirection(): null | "none" | "forward" | "backward"
  • set selectionDirection(s: null | "none" | "forward" | "backward"): void
  • get selectionEnd(): null | number
  • set selectionEnd(s: null | number): void
  • get selectionStart(): null | number
  • set selectionStart(s: null | number): void

Methods

  • blur(): void
  • click(): void
  • focus(): void
  • scrollIntoView(): void
  • select(): void
  • setSelectionRange(start: null | number, end: null | number, direction?: "none" | "forward" | "backward"): void

Generated using TypeDoc