Skip to content

node-click

node-click is an event that occurs when the node of Tree is clicked.This event occurs only in the Web Platform Type.

  • Main Action Example:

Tree Component's Data is passed to the Target Component, so when a node in the Tree is selected, the Target Component is reloaded and displays the retrieved Data.

  1. Set propName for each of the Target and Source Type as dataProp. [Image1. Component-Interface – Component(Required)Part]

  2. Set the Target Component ID.

  3. The Target Value is the Action Parameter for the above propName, setting the key value to be passed to the Target Component.

  4. Set the Tree Component's Id for the above dropProp in the Source Value. [Image2. Component-Interface – Component(Optional Required)Part]