papi-dts
    Preparing search index...

    Variable CONTENT_ZOOM_CSS_VARIABLE_PREFIXConst Experimental

    CONTENT_ZOOM_CSS_VARIABLE_PREFIX: "--platform-content-zoom-" = '--platform-content-zoom-'

    Prefix of the CSS custom properties the platform sets on every web view's root element, one per zoom area, with that area's effective factor (own level, else the Settings default): --platform-content-zoom-main, --platform-content-zoom-<area>, …

    Extension code cannot import this value at runtime — @papi/core is types-only — so a web view that reads its own zoom variable writes the literal '--platform-content-zoom-' itself and keeps it equal to this constant.

    This constant is unstable and may change or disappear without notice