TxnEntityMetadataCriterion Type

TxnEntityMetadataCriterion = (metadata: TxnEntityMetadata) => boolean

A function that returns true if a particular BIS Entity class should be included when iterating a TxnEntityChangeIterable. For example, you may wish to include only elements deriving from "BisCore:GeometricElement", which you can determine by using TxnEntityMetadata.is.

@see includeMetadata to supply such a criterion to TxnEntityChanges.filter.

Defined in

Last Updated: 14 November, 2024