Class: UserView

UserView()

A major view that displays a public profile for the user and a settings page for the logged-in user to manage their account info, groups, identities, and API tokens.

Screenshot

Constructor

new UserView()

Source:

Members

portalListContainer :string

A jQuery selector for the element that the PortalListView should be inserted into
Type:
  • string
Source:

Methods

forwardToPortals(username)

Update the window location path to route to /portals path
Parameters:
Name Type Description
username string Short identifier for the member node
Source:

renderMyPortals()

Renders a list of portals that this user is an owner of.
Source: