Skip to main content

Interface: DataProviderLookupItem

Defined in: data/dataProvider.ts:237

Describes an element with information on which link types and directions are used to connect it to other elements.

See

DataProvider.lookup

Properties

PropertyModifierTypeDescription

element

readonly

ElementModel

Result looked up element data.

inLinks

readonly

ReadonlySet<LinkTypeIri>

Link types by which result element is linked from the lookup target (refElementId).

Only applicable if refElementId is specified in DataProvider.lookup.

outLinks

readonly

ReadonlySet<LinkTypeIri>

Link types by which result element is linked to the lookup target (refElementId).

Only applicable if refElementId is specified in DataProvider.lookup.