Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
// Always check before calling open() if (!AssessmentPortal.isOpen()) { AssessmentPortal.open({ token, onDone, onClose, onError }); }
true
Check whether the assessment overlay is currently mounted in the DOM.
AssessmentPortal.isOpen(): boolean
false