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

Source:

Members

attributeId :string

Type:
  • string
Source:

froca :Froca

Type:
  • Froca
Source:

isInheritable :boolean

Type:
  • boolean
Source:

name :string

Type:
  • string
Source:

noteId :string

Type:
  • string
Source:

position :int

Type:
Source:

type :AttributeType

Type:
Source:

value :string

Type:
  • string
Source:

Methods

getNote() → {FNote}

Source:
Returns:
Type
FNote

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

Source:
Returns:
Type
Promise.<FNote>