Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RegionDescriptor

Index

Constructors

constructor

  • new RegionDescriptor(regionName: string, regionType?: string, regionCss?: string): RegionDescriptor
  • Parameters

    • regionName: string
    • Optional regionType: string
    • Optional regionCss: string

    Returns RegionDescriptor

Properties

displayRegionViewSwitcher

displayRegionViewSwitcher: Observable<boolean>

A boolean that indicates that more than a single view has been hosted in this region.

regionActive

regionActive: Observable<boolean>

A boolean that indicates that this region is currently active.

regionCss

regionCss: string

The user configured CSS class to apply to this region

regionName

regionName: string

The name of this region.

regionType

regionType: string

The type of this region. Defaults to MultiDivRegionAdapter.

viewSwitcherViewModel

viewSwitcherViewModel: Observable<ViewSwitcherViewModel>

The view switcher view model for this region (if this region type supports a view switcher)