Expand description
Validation functions that are useful for more than one data module.
Enums§
Functions§
- Check some iterator fields before the list scope has opened.
- This checks the special fields for certain iterators, like
type =
inevery_relation
. It doesn’t check the generic ones likelimit
or the ordering ones forordered_*
. - This checks the fields that are only used in iterators. It does not check “limit” because that is shared with the if/else blocks. Returns true iff the iterator took care of its own tooltips
- Validate the left-hand part of a
target = { target_scope }
block.