Skip to content

id

노트 개체의 id를 가져와요

시그니처

ts
class Note {
  id(): string;
}

반환 값

  • string

    노트 개체의 id 값

MIT 라이선스에 따라 배포됩니다.