Skip to main content

Interface: MetadataPropertyShape

Defined in: data/metadataProvider.ts:116

Properties

PropertyModifierTypeDescription

maxCount?

readonly

number

Maximum number of values for the property (inclusive).

Default

Infinity

minCount?

readonly

number

Minimum number of values for the property.

Default

0

order?

readonly

number

Relative order for the property compared the other for the display purposes.

If undefined or have the same order value, the properties will be ordered based on their labels.

valueShape

readonly

MetadataValueShape

RDF term shape for the property.