Id of the zoom area a web view marks without naming one. Every web view that opts into content
zoom has at least this area.
Three attribute values name it: an empty value (data-platform-content-zoom-root=""), the id
itself (="main"), and ="true" — the value React serializes a bare JSX prop (<div data-platform-content-zoom-root />) to. Because "true" names this area, an area genuinely
called true is not available.
Extension code cannot import this value at runtime — @papi/core is types-only — so a web view
writes the literal 'main' itself and keeps it equal to this constant.
This constant is unstable and may change or disappear without notice
Id of the zoom area a web view marks without naming one. Every web view that opts into content zoom has at least this area.
Three attribute values name it: an empty value (
data-platform-content-zoom-root=""), the id itself (="main"), and="true"— the value React serializes a bare JSX prop (<div data-platform-content-zoom-root />) to. Because"true"names this area, an area genuinely calledtrueis not available.Extension code cannot import this value at runtime —
@papi/coreis types-only — so a web view writes the literal'main'itself and keeps it equal to this constant.This constant is unstable and may change or disappear without notice