Memento JavaScript Library: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 110: Line 110:


==== ''Entry'' Properties ====
==== ''Entry'' Properties ====
:{| style="font-size: 16pt;"
:; nameentry name
|-
:; title: entry name
| '''name''' || entry name
:; description: entry description
|-
:; favorites: true, if the entry is in Favorites
| '''title''' || entry name
:; deleted: true, if the record is deleted (it is in the Recycle Bin)
|-
:; author: the id of the user who created the entry
| '''description''' || entry description
:; creationTime: date & time the entry was created
|-
:; lastModifiedTime: date & time the entry was last modified
| '''favorites''' || true, if the entry is in Favorites
|-
| '''deleted''' || true, if the record is deleted (it is in the Recycle Bin)
|-
| '''author''' || the id of the user who created the entry
|-
| '''creationTime''' || date & time the entry was created
|-
| '''lastModifiedTime''' || date & time the entry was last modified
|}
<br/>
<br/>