filterAttributeRanges property

List<TypedLinkAttributeRange>? filterAttributeRanges
final

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

Implementation

final List<TypedLinkAttributeRange>? filterAttributeRanges;