solid-ui
    Preparing search index...

    Function selectWorkspace

    • Returns a UI object which, if it selects a workspace, will callback(workspace, newBase). See https://github.com/solidos/userguide/issues/16 for more info on workspaces.

      If necessary, will get an account, preference file, etc. In sequence:

      • If not logged in, log in.
      • Load preference file
      • Prompt user for workspaces
      • Allows the user to just type in a URI by hand

      Calls back with the workspace and the base URI

      Parameters

      • dom: HTMLDocument
      • appDetails: AppDetails
      • callbackWS: (workspace: string | null, newBase: string) => void

      Returns HTMLElement