data |
Object
|
String
|
<optional>
|
The raw data for this note, either as an object or a string. If a string, the string will become the value of the "text" property of the note.
Properties
Name |
Type |
Argument |
Description |
dateCreated |
String
|
Date
|
<optional>
|
The date this note was originally created, as either a Date object or a valid date-time string. |
dateModified |
String
|
Date
|
<optional>
|
The date this note was last modified, eitehr as a Date object or a valid date-time string. |
language |
String
|
<optional>
|
The abbreviation for the language this note is written in. Must be a valid Abbreviation. |
person |
String
|
<optional>
|
The abbreviation of the person who is the source of the information in this note (not necessarily the person who wrote it), as a string. Must be a valid Abbreviation. |
text |
String
|
|
The text of this note, as a string in a single orthography. Create a new note object to use other orthographies. |
type |
String
|
<optional>
|
The type of note. Must be one of the following: `note-to-self`, `general`, `anthropology`, `discourse`, `encyclopedic`, `grammar`, `phonology`, `semantics`, `sociocultural`. |
|