fieldnotesai
Preparing search index...
src/services/sessionNotesService
getSessionNote
Function getSessionNote
getSessionNote
(
recordingId
:
string
|
null
|
undefined
,
)
:
Promise
<
SessionNote
|
null
>
Legacy: load single session note (first note). Prefer getSessionNotes when using multiple notes.
Parameters
recordingId
:
string
|
null
|
undefined
Returns
Promise
<
SessionNote
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Legacy: load single session note (first note). Prefer getSessionNotes when using multiple notes.