Skip to content

id

Get the note object's id

Signature

ts
class Note {
  id(): string;
}

Returns

  • string

    The note object's id.

Released under the MIT License.