Skip to content

Component Parameter - Source Type

NoType NameDescription
1controlIdSelect a Control to transmit a value.
2selectDataUsed in Components such as List, Grid to transmit the Data of the selected Row (not applicable for Kanban, tree, etc.).
3dataPropOnly used for Tree Components, it transmits the Object Prop (Id) value of the tree Component in the node-click service.
4fixedDataPasses a fixed value entered in Source Value.
5urlParamTransmits the parameter declared in the URL of the Source Component.
6propNameRepresents 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.
7extensionMetaPasses the value of the global variable declared in userExtensionMeta.
8GlobalMetaUsed to pass the value of pre-declared global variables when application, account, or user information is needed. (Added to the Victor project)