Skip to main content

Interface: DataProviderLookupParams

Parameters for DataProvider.lookup operation.

See

DataProvider.lookup

Properties

PropertyTypeDescription

elementTypeId?

ElementTypeIri

Filter by an element type.

limit?

null | number

Limit number of elements returned.

Pass null to explicitly disable the limit.

Default depends on the provider implementation.

linkDirection?

"in" | "out"

Reference element link type direction ('in' | 'out').

Only when refElementLinkId is set.

refElementId?

ElementIri

Filter by having a connected element with specified IRI.

refElementLinkId?

LinkTypeIri

Filter by connection link type.

Only applicable when refElementId is set.

signal?

AbortSignal

Abort signal to cancel the async operation.

text?

string

Filter by a text lookup.