Class: Link

Link(linkId, noteId, targetNoteId, type, isDeleted, dateModified, dateCreated)

This class represents link from one note to another in the form of hyperlink or image reference. Note that this is different concept than attribute/relation.

Constructor

Parameters:
Name Type Description
linkId string
noteId string
targetNoteId string
type string
isDeleted boolean
dateModified string
dateCreated string
Source:

Extends