PrevInput
ContentStateChangedCallback
ContentStateProperty
ModeName
contentState
addContentStateChangedListener
ContentStateChangedCallback: (
    property: ContentStateProperty,
    oldMode: any,
    oldValue: any,
    newValue: any,
) => void

Type Declaration

    • (
          property: ContentStateProperty,
          oldMode: any,
          oldValue: any,
          newValue: any,
      ): void
    • Parameters

      Returns void

ContentStateProperty: "mode" | "cmdHistory" | "prevInputs" | "suffix" | "group"
ModeName:
    | "normal"
    | "insert"
    | "hint"
    | "ignore"
    | "gobble"
    | "input"
    | "visual"
    | "nmode"
contentState: ContentState = ...