Profiles

${this.profilesList_.map((item, index) => html` ${item.profileState.localProfileName}
Profile Path ${item.profileState.profilePath}
Local Profile Name ${item.profileState.localProfileName}
Signin State ${item.profileState.signinState}
Signin Required ${item.profileState.signinRequired}
Gaia Name ${item.profileState.gaiaName}
Gaia Id ${item.profileState.gaiaId}
User Name ${item.profileState.userName}
Hosted Domain ${item.profileState.hostedDomain}
Supervised ${item.profileState.isSupervised}
Omitted ${item.profileState.isOmitted}
Ephemeral ${item.profileState.isEphemeral}
User Accepted Account Management ${item.profileState.userAcceptedAccountManagement}
KeepAlives ${item.profileState.keepAlives.map(item => html` `)}
${item.origin} ${item.count}
Signed Accounts
    ${item.profileState.signedAccounts.map(item => html`
  • ${item}
  • `)}
Loaded in Memory ${item.profileState.isLoaded}
Has Incognito Profile ${item.profileState.hasOffTheRecord}
`)}