Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias ProseMirrorSliceTransformer

    ProseMirrorSliceTransformer: (node: Node) => Node | void

    Type Declaration

      • (node: Node): Node | void
      • Parameters

        • node: Node

          The candidate node.

        Returns Node | void