Class: FAttribute

FAttribute()

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 FAttribute()

Members

attributeId :string

Type:
  • string

isInheritable :boolean

Type:
  • boolean

name :string

Type:
  • string

noteId :string

Type:
  • string

position :int

Type:
  • int

type :string

Type:
  • string

value :string

Type:
  • string

Methods

getNote() → {FNote}

Returns:
Type
FNote

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

Returns:
Type
Promise.<FNote>