Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommandObject

Index

Properties

Optional c

c?: string

Character to insert.

Optional caret

caret?: number

Position of the caret.

Optional insert

Position(s) to add.

Optional pos

pos?: number

Position to insert.

Optional refreshFromBuffer

refreshFromBuffer?: true | { end: number; start: number }
  • true => refresh validPositions from the complete buffer .
  • { start: , end: } => refresh from start to end.

Optional remove

remove?: number | number[]

Position(s) to remove.

Optional rewritePosition

rewritePosition?: number

Rewrite the maskPos within the isvalid function.

Generated using TypeDoc