Skip to main content

Interface: DataProviderLinkCount

Describes how many unique elements are connected to some other element via some link type (id) in each direction.

See

DataProvider.connectedLinkStats

Properties

PropertyModifierTypeDescription

id

readonly

LinkTypeIri

Link type from/to target element.

inCount

readonly

number

How many elements linked to target element via the link type.

inexact?

readonly

boolean

If true, then inCount and outCount values might be not exact in case when the values are non-zero.

outCount

readonly

number

How many elements linked from target element via the link type.