queryProps Method

Get an array of ElementProps that satisfy a query

queryProps(params: EntityQueryParams): Promise<ElementProps[]>

throws IModelError If the generated statement is invalid or would return too many props.

Parameter Type Description
params EntityQueryParams The query parameters. The limit and offset members should be used to page results.

Defined in

Last Updated: 08 January, 2020