Class: Attribute

Attribute()

Attribute is an abstract concept which has two real uses - label (key - value pair) and relation (representing named relationship between source and target note)

Constructor

new Attribute()

Source:

Members

attributeId :string

Type:
  • string
Source:

isInheritable :boolean

Type:
  • boolean
Source:

name :string

Type:
  • string
Source:

noteId :string

Type:
  • string
Source:

position :int

Type:
  • int
Source:

type :string

Type:
  • string
Source:

value :string

Type:
  • string
Source:

Methods

getNote() → {NoteShort}

Source:
Returns:
Type
NoteShort

(async) getTargetNote() → {Promise.<NoteShort>}

Source:
Returns:
Type
Promise.<NoteShort>