"Reload" Action
The Reload action is created via the <ReloadAction/>
element within <Actions>
. The Reload action is used to periodically reload the properties of a component (via the Technical Process specified in process
) or to trigger a navigation (specified via componentName
).
Periodic reloading of data can cause a heavy load and should only be used in rare cases.
The <ReloadAction/>
element can have the following attributes:
Attribute | Description |
---|---|
| Name of the component to navigate to at the end of the action. Required if the Possible values: Any string |
| Controls whether the reload is started intermittently or not.
Possible values: |
| Path to the Required if the Possible values: String (URI) |
| Time to reload in seconds Possible values: Any integer |