Triggers: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 145: Line 145:
===== create(values) =====
===== create(values) =====
: Create a new entry in the library
: Create a new entry in the library
:; Argument: '''values''' — containing the field values (type [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object '''Object'''])
:; Argument: '''values''' — [https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object '''Object''']) containing the field values
:; Result: Entry object — the new entry in the library (type Entry)
:; Result: [[#Object entry|'''Entry object''']] — the new entry in the library


==== Properties ====
==== Properties ====