Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wed/caret-manager"

Index

Functions

previousTextOrReal

  • previousTextOrReal(node: Node): Text | Element | null
  • Find a previous sibling which is either a text node or a node with the class _real.

    Parameters

    • node: Node

      The element whose sibling we are looking for.

    Returns Text | Element | null

    The first sibling (searing in reverse document order from node) that matches the class, or null if nothing matches.

Object literals

Const caretOptionTemplate

caretOptionTemplate: object

This is the template use with objectCheck to check whether the options passed are correct. Changes to SetCaretOptions must be reflected here.

focus

focus: boolean = false

textEdit

textEdit: boolean = false

Generated using TypeDoc