Class: Attribute

Attribute()

Attribute is key value pair owned by a note.

Constructor

new Attribute()

Properties:
Name Type Description
attributeId string
noteId string
type string
name string
value string
position int
isInheritable boolean
isDeleted boolean
utcDateCreated string
utcDateModified string
Source:

Extends

Methods

(async) getNote() → {Promise.<(Note|null)>}

Source:
Returns:
Type
Promise.<(Note|null)>

(async) getTargetNote() → {Promise.<(Note|null)>}

Source:
Returns:
Type
Promise.<(Note|null)>

isDefinition() → {boolean}

Source:
Returns:
Type
boolean