Wagtail client-side components
    Preparing search index...

    Interface SetScale

    Sent by the CMS to the preview iframe with the inverse of the current preview scale ratio, so inline annotations can apply it directly as a counter-scale transform to remain legible at any simulated device size.

    interface SetScale {
        scale: number;
        type: "w-preview:set-scale";
    }
    Index

    Properties

    Properties

    scale: number
    type: "w-preview:set-scale"