UIPageHeaderBinding

Inherits from UIDataBinding

Summary

Constructors

UIPageHeaderBinding()
UIPageHeaderBinding(guid: Guid)
UIPageHeaderBinding(other: UIDataBinding)
UIPageHeaderBinding(other: DataContainer)

Properties

Name Type
header UIDataSourceInfo
subHeader UIDataSourceInfo
icon UIDataSourceInfo
staticHeader string
staticSubHeader string
staticIcon string
levelSpecificHeaders UILevelSpecificPageHeader[]

Static members

Name Type
UIPageHeaderBinding.typeInfo TypeInformation

Constructors

UIPageHeaderBinding

UIPageHeaderBinding()

Creates a new UIPageHeaderBinding frostbite instance.

UIPageHeaderBinding

UIPageHeaderBinding(guid: Guid)

Creates a new UIPageHeaderBinding frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UIPageHeaderBinding

UIPageHeaderBinding(other: UIDataBinding)

Casts an instance of type UIDataBinding to UIPageHeaderBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIDataBinding The instance to cast to UIPageHeaderBinding.

UIPageHeaderBinding

UIPageHeaderBinding(other: DataContainer)

Casts an instance of type DataContainer to UIPageHeaderBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UIPageHeaderBinding.

Properties

UIDataSourceInfo

subHeader

UIDataSourceInfo

icon

UIDataSourceInfo

staticHeader

string

staticSubHeader

string

staticIcon

string

levelSpecificHeaders

UILevelSpecificPageHeader[]

Static members

typeInfo

TypeInformation

The type information for the UIPageHeaderBinding type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)