UIWidgetPathBinding
Inherits from UIDataBinding
Summary
Constructors
UIWidgetPathBinding() |
UIWidgetPathBinding(guid: Guid) |
UIWidgetPathBinding(other: UIDataBinding) |
UIWidgetPathBinding(other: DataContainer) |
Properties
Name | Type |
---|---|
widgetPathQuery | UIDataSourceInfo |
visibility | UIDataSourceInfo |
Static members
Name | Type |
---|---|
UIWidgetPathBinding.typeInfo | TypeInformation |
Constructors
UIWidgetPathBinding
UIWidgetPathBinding()
Creates a new UIWidgetPathBinding frostbite instance.
UIWidgetPathBinding
UIWidgetPathBinding(guid: Guid)
Creates a new UIWidgetPathBinding frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIWidgetPathBinding
UIWidgetPathBinding(other: UIDataBinding)
Casts an instance of type UIDataBinding to UIWidgetPathBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIDataBinding | The instance to cast to UIWidgetPathBinding. |
UIWidgetPathBinding
UIWidgetPathBinding(other: DataContainer)
Casts an instance of type DataContainer to UIWidgetPathBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIWidgetPathBinding. |
Properties
widgetPathQuery
visibility
Static members
typeInfo
The type information for the UIWidgetPathBinding type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)