Difference between revisions of "SYSCLS LAZY LOADING QUERY"
Line 9: | Line 9: | ||
}} | }} | ||
− | Classifies | + | Classifies an object as [[QUERY#Lazy_loading_query|Lazy loading query]]. |
+ | |||
== MetaProperties == | == MetaProperties == | ||
Line 16: | Line 17: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | MANUAL_EVALUATION_ONLY|| Bool || If | + | | MANUAL_EVALUATION_ONLY|| Bool || If false the children are immediately loaded once the user opens the query and it has no local children yet. If true the query only gets updated if the user presses the refresh button or the evaluate query button. |
|} | |} |
Revision as of 11:45, 2 May 2023
Classifies an object as Lazy loading query.
MetaProperties
Name | Data type | Comment |
---|---|---|
MANUAL_EVALUATION_ONLY | Bool | If false the children are immediately loaded once the user opens the query and it has no local children yet. If true the query only gets updated if the user presses the refresh button or the evaluate query button. |