Difference between revisions of "SYSCLS LAZY LOADING QUERY"
Line 10: | Line 10: | ||
Classifies queries with a lazy loading/update behavior. | Classifies queries with a lazy loading/update behavior. | ||
+ | |||
+ | == MetaProperties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | Data type !! Comment | ||
+ | |- | ||
+ | | MANUAL_EVALUATION_ONLY|| Bool || If true the children are immediately loaded once the user opens the query the very first time. If false the query only gets updated if the user presses refresh. | ||
+ | |} |
Revision as of 11:25, 17 April 2023
Classifies queries with a lazy loading/update behavior.
MetaProperties
Name | Data type | Comment |
---|---|---|
MANUAL_EVALUATION_ONLY | Bool | If true the children are immediately loaded once the user opens the query the very first time. If false the query only gets updated if the user presses refresh. |