platform-bible-react
    Preparing search index...

    Type Alias ContentZoomRootPropsExperimental

    ContentZoomRootProps: HTMLAttributes<HTMLDivElement> & { area?: string }

    Props for ContentZoomRoot.

    This export is unstable and may change shape or disappear without notice

    Type declaration

    • Optional Experimentalarea?: string

      Id of the zoom area this element wraps: lower-case letters, digits and hyphens, starting with a letter ([a-z][a-z0-9-]*). default is reserved by the platform and is ignored. Omit this prop for the view's main area. A view with several independently zoomable panes gives each its own id — the Scripture editor uses footnotes for its footnotes pane.

      This library does not validate the id at runtime; the platform ignores a malformed one and logs a warning once.

      This property is unstable and may change shape or disappear without notice