Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHasPropertyWithPropertyDefinition

Represents a property defined on a resource class including the property definition.

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.

propertyDefinition

propertyDefinition: PropertyDefinition

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