Class: Attribute

Attribute(attributeId, noteId, type, name, value, position, isInheritable, isDeleted, dateCreated, dateModified)

Attribute is key value pair owned by a note.

Constructor

new Attribute(attributeId, noteId, type, name, value, position, isInheritable, isDeleted, dateCreated, dateModified)

Parameters:
Name Type Description
attributeId string
noteId string
type string
name string
value string
position int
isInheritable boolean
isDeleted boolean
dateCreated string
dateModified string
Source:

Extends