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

    Class MappablePosition

    A class that represents a mappable position in the editor. It can be extended by other extensions to add additional position mapping capabilities.

    Index
    • Parameters

      • position: number

      Returns MappablePosition

    position: number

    The absolute position in the editor.

    • Converts the MappablePosition to a JSON object.

      Returns any

    • Creates a MappablePosition from a JSON object.

      Parameters

      • json: any

      Returns MappablePosition