ComponentParameterReference<T>
Class in Arbor / Inherits from: ParameterReference
Implements interfaces: IValueContainer<T>
Description
Reference Component parameters(Generic).
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Type of component to reference |
|
Properties
| Property Name | Description |
|---|---|
| value | Value of the parameter |
Operators
| Operator Name | Description |
|---|---|
| ComponentParameterReference | CastComponentParameterReference<T>toComponentParameterReference. |
Inherited Members
Fields
| Field Name | Description |
|---|---|
| id | ID. |
| name | Paramenter name. |
Properties
| Property Name | Description |
|---|---|
| constantContainer | Container specifying a constant |
| container | Is stored to that container. |
| parameter | Get the parameters. null if it does not exist. |
| referenceType | Returns theTypeto be referenced. |
| type | Reference type of ParameterContainer |