where
where: string | undefined
filter for query. If present, only instances of from
that satisfy the filter will be returned.
If not supplied, all instances of from
are returned.
@note This value is used into the ECQuery:SELECT ECInstanceId FROM ${query.from} WHERE ${query.where}
.
Defined in
- core/common/src/ViewProps.ts Line 330
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.