Constructors

Methods

  • Parameters

    • Optionalkb: Partial<HashHandler> & {
          attach?: (editor: Editor) => void;
          detach?: (editor: Editor) => void;
          getStatusText?: (editor?: any, data?: any) => string;
      } & { attach?: (editor: any) => void; detach?: (editor: any) => void }
    • Optionalpos: number

    Returns void

  • Parameters

    • kb: Partial<HashHandler> & {
          attach?: (editor: Editor) => void;
          detach?: (editor: Editor) => void;
          getStatusText?: (editor?: any, data?: any) => string;
      } & { attach?: (editor: any) => void; detach?: (editor: any) => void }

    Returns boolean