PropertyValueConstraints Type

PropertyValueConstraints = { maximumLength?: number, minimumLength?: number } | { maximumValue?: number, minimumValue?: number } | { maxOccurs?: number, minOccurs?: number }

This is merely a copy of PropertyValueConstraints from @itwin/presentation-common package to support pre-5.0 version.

Defined in

Last Updated: 19 March, 2025