isDefault (app profile manager)
Boolean value indicating whether a session is the Home session.
Example
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Boolean value indicating whether a session is the Home session.
const session = Microsoft.Apm.getFocusedSession();
console.log(session.isDefault);