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