Documentation / joplin-api / NoteActionApi
Class: NoteActionApi
Constructors
new NoteActionApi()
new NoteActionApi(
ajax
):NoteActionApi
Parameters
• ajax: Ajax
Returns
Defined in
Methods
isWatch()
isWatch(
noteId
):Promise
<boolean
>
Parameters
• noteId: string
Returns
Promise
<boolean
>
Defined in
noteIsWatched()
noteIsWatched(
noteId
):Promise
<boolean
>
Parameters
• noteId: string
Returns
Promise
<boolean
>
Deprecated
已废弃,请使用 isWatch
Defined in
openAndWatch()
openAndWatch(
noteId
):Promise
<void
>
Parameters
• noteId: string
Returns
Promise
<void
>
Defined in
stopWatching()
stopWatching(
noteId
):Promise
<void
>
Parameters
• noteId: string
Returns
Promise
<void
>