NotesSession - Complete notes session management component
Wraps NoteEditor with session management including:
This is the recommended component for sidebar integration as it handles all session lifecycle management internally.
// In Sidebar.tsxcase 'notes': return <NotesSession />;// With customization<NotesSession labels={{ emptyState: { message: 'Take meeting notes' }, }} noteEditorProps={{ enablePdfExport: true, enableTableSupport: true, }}/> Copy
// In Sidebar.tsxcase 'notes': return <NotesSession />;// With customization<NotesSession labels={{ emptyState: { message: 'Take meeting notes' }, }} noteEditorProps={{ enablePdfExport: true, enableTableSupport: true, }}/>
NotesSession - Complete notes session management component
Wraps NoteEditor with session management including:
This is the recommended component for sidebar integration as it handles all session lifecycle management internally.