• Indent or insert a tab as appropriate.

    Parameters

    • target: {
          dispatch: ((transaction) => void);
          dom: HTMLElement;
          state: EditorState;
      }
      • dispatch: ((transaction) => void)
          • (transaction): void
          • Parameters

            • transaction: Transaction

            Returns void

      • dom: HTMLElement
      • state: EditorState

    Returns boolean

Generated using TypeDoc