Wagtail client-side components
    Preparing search index...

    Interface RequestScroll

    Indicates this window (i.e. the new preview iframe) is requesting the target window (i.e. the CMS) to restore the scroll position of a previous window to this window.

    interface RequestScroll {
        origin: string;
        type: "w-preview:request-scroll";
    }

    Hierarchy

    • MessageWithOrigin
      • RequestScroll
    Index

    Properties

    Properties

    origin: string
    type: "w-preview:request-scroll"