Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHasProperty

Represents a property defined on a resource class. Contains only the property's IRI, not the definition itself.

Hierarchy

Index

Properties

cardinality

cardinality: Cardinality

Cardinality for the property.

Optional guiOrder

guiOrder: undefined | number

GUI order, if any.

Optional isInherited

isInherited: undefined | false | true

Indicates if the property has been inherited from a super class. Only present when reading from Knora.

propertyIndex

propertyIndex: string

Iri of the property.

Optional resourceClass

resourceClass: undefined | string

Iri of the resource class the property is defined on. Only present when writing to Knora.

Generated using TypeDoc