Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SiteServiceInterface

Service that provides access to the currently active site

Hierarchy

  • SiteServiceInterface

Index

Properties

activeSite

activeSite: SiteInterface

The active site. Can be undefined in case no site is active.

activeSiteSelected

activeSiteSelected: Signal<ActiveSiteSelectedHandler>

Signal that is emitted when a site is selected. Also fires (with undefined) when a site is left.

Methods

loadSite

  • Change the active site to the provided one. If undefined, the active site is unloaded and the site selection screen is shown.

    Parameters

    Returns Promise<void>

Generated using TypeDoc