Skip to main content
This is a Frontend SDK method.

Signature

AssessmentPortal.isOpen(): boolean
Returns true if the overlay is currently visible, false otherwise.
// Always check before calling open()
if (!AssessmentPortal.isOpen()) {
  AssessmentPortal.open({ token, onDone, onClose, onError });
}
true