@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

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • position: number

      Returns MappablePosition

    Properties

    position: number

    The absolute position in the editor.

    Methods

    • Converts the MappablePosition to a JSON object.

      Returns any

    • Creates a MappablePosition from a JSON object.

      Parameters

      • json: any

      Returns MappablePosition