-
Hello, I would like to know if it's possible, when creating a New Note from a script, to set the value of an owned attribute. |
Beta Was this translation helpful? Give feedback.
Answered by
PhilB-RLB
Dec 18, 2021
Replies: 2 comments 10 replies
-
Yes, e.g. like this: const note = api.createTextNote(parentNoteId, 'Note title', 'content').note;
note.setLabel("myLabel", "value"); |
Beta Was this translation helpful? Give feedback.
10 replies
-
Answered |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PhilB-RLB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answered