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

    Function schedulePositionCheck

    • Register a callback to be called (via a shared rAF) after every editor update transaction. If this is the first registration for the given editor, a new registry entry and a single editor.on('update') listener are created.

      Parameters

      • editor: Editor
      • callback: () => void

      Returns void