isModal

Determens if the current Gebra Suite app is started in a modal window.

Example Usages

Simple

if (app.isModal()) {
  alert("the Gebra Suite app is modal!");
}

Return Values

The function returns a boolean value, either true or false.

Last updated