Class: Attribute

Attribute()

Attribute is key value pair owned by a note.

Constructor

new Attribute()

Properties:
Name Type Description
attributeId string immutable
noteId string immutable
type string immutable
name string immutable
value string
position int
isInheritable boolean immutable
isDeleted boolean
deleteId string | null ID identifying delete transaction
utcDateCreated string
utcDateModified string
Source:

Extends

Methods

getNote() → {Note|null}

Source:
Returns:
Type
Note | null

getTargetNote() → {Note|null}

Source:
Returns:
Type
Note | null

isDefinition() → {boolean}

Source:
Returns:
Type
boolean