Skip to content

Component Parameter - Target Type

NoType NameDescription
1propNameRepresents a property of the Target Component. It is used to set properties received from the user or passed via IO in Target Value to change the value passed from the Source Component.
2ControlIdUsed to change the Data of the selected Target Control by entering the Key value of the Control in the Target Value set.
3ControlPropIdChanges the properties of the Target Control by entering the Key of the Control in the Target Value Set and the Control's property in the Target Property of Optional (e.g., parentId of select Control).
4ComponentMetaRepresents the meta information of the Component. It changes the properties based on the value passed from the Source (e.g., setting readOnly to true based on the input value).
5metaRepresents the meta information set on the Component. It changes the properties based on the input value from the Source (e.g., setting readOnly to true).
6metaselectSets Control in the Target Value Set and enters the Control's meta (e.g., readOnly) in the Target Property within Optional.
7ComponentDataUsed to pass the selected Data through the Lookup Component to be received in the List Component configured with Inline Edit. It plays a role similar to ControlId in the Form Component. In the service of the Lookup Component, such as click, dbclick, set the Control in the Target Value Set to receive the Data of the inline Editor Component.

Note

urlParam cannot be used.