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
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/coreis 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