@umbraco-cms/backoffice
    Preparing search index...

    Function createMappablePosition

    • Creates a MappablePosition from a position number. This is the default implementation for Tiptap core. It can be overridden by other Tiptap extensions.

      Parameters

      • position: number

        The position (as a number) where the MappablePosition will be created.

      Returns MappablePosition

      A new MappablePosition instance at the given position.