Class: PropertyView

$k. PropertyView

new $k.PropertyView()

A view on a property of the knowledge graph

Extends

Methods

isDeleted()

True if the property model is to be deleted.

Since:
  • 5.4.0

isModified()

True if the value is differing from the value of the property model.

Since:
  • 5.4.0

isPotential()

True if the property model is not yet existing.

Since:
  • 5.4.0

newValue()

Get the value. May differ from the current property value if state=modified.

Since:
  • 5.4.0

revert()

Revert to the state represented in the model.

Version:
  • Experimental feature, might be removed at any time
Since:
  • 5.4.0

setNewValue(value)

Set the value. Needs a separate save-action to actually write the value to the model.

Name Type Description
value
Since:
  • 5.4.0

Intherited methods