Last date modified: 2026-Jul-14

Enumeration: ReviewInterfaceWindowEventType

DOM window event types raised by the Review Interface.

Subscribe on the Review Interface window or, when embedded in an iframe, on the host page: window.addEventListener(ReviewInterfaceWindowEventType.ApiReady, handler). The IReviewInterfaceApi instance is available on event.detail and as window.review inside the Review Interface iframe.

Enumeration Members

ApiReady

ApiReady: "apiready"

Raised on window when the public Review Interface API is ready for use.

Feedback