Component Parameter - Source Type
| No | Type Name | Description |
|---|---|---|
| 1 | controlId | Select a Control to transmit a value. |
| 2 | selectData | Used in Components such as List, Grid to transmit the Data of the selected Row (not applicable for Kanban, tree, etc.). |
| 3 | dataProp | Only used for Tree Components, it transmits the Object Prop (Id) value of the tree Component in the node-click service. |
| 4 | fixedData | Passes a fixed value entered in Source Value. |
| 5 | urlParam | Transmits the parameter declared in the URL of the Source Component. |
| 6 | propName | Represents a property of the Source Component. Enter the name of the property set by the user or passed via IO in Source Value to transmit the value of the property. |
| 7 | extensionMeta | Passes the value of the global variable declared in userExtensionMeta. |
| 8 | GlobalMeta | Used to pass the value of pre-declared global variables when application, account, or user information is needed. (Added to the Victor project) |