CommandObject$Typings extension

on

Properties

c String?

Available on CommandObject, provided by the CommandObject$Typings extension

Character to insert.
getter/setter pair
caret num?

Available on CommandObject, provided by the CommandObject$Typings extension

Position of the caret.
getter/setter pair
insert ↔ dynamic

Available on CommandObject, provided by the CommandObject$Typings extension

Position(s) to add.
getter/setter pair
pos num?

Available on CommandObject, provided by the CommandObject$Typings extension

Position to insert.
getter/setter pair
refreshFromBuffer ↔ dynamic

Available on CommandObject, provided by the CommandObject$Typings extension

  • true => refresh validPositions from the complete buffer .
  • { start: , end: } => refresh from start to end.
  • getter/setter pair
    remove ↔ dynamic

    Available on CommandObject, provided by the CommandObject$Typings extension

    Position(s) to remove.
    getter/setter pair
    rewritePosition num?

    Available on CommandObject, provided by the CommandObject$Typings extension

    Rewrite the maskPos within the isvalid function.
    getter/setter pair