chat Highlights
Defined in apps/client/dist/components/note_context.d.ts:22
content Load
contentLoad : { retry : () => void ; state : "error" | "loading" | "loaded" }
Type Declaration
retry : () => void
state : "error" | "loading" | "loaded"
Defined in apps/client/dist/components/note_context.d.ts:46
highlights
Defined in apps/client/dist/components/note_context.d.ts:21
pdf Annotations
pdfAnnotations : { annotations : PdfAnnotationInfo [] ; scrollToAnnotation ( annotationId : string , pageNumber : number ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:37
pdf Attachments
pdfAttachments : { attachments : PdfAttachment [] ; downloadAttachment ( id : string ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:29
pdf Layers
pdfLayers : { layers : PdfLayer [] ; toggleLayer ( layerId : string , visible : boolean ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:33
pdf Pages
pdfPages : { currentPage : number ; totalPages : number ; requestThumbnail ( page : number ) : void ; scrollToPage ( page : number ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:23
save State
Defined in apps/client/dist/components/note_context.d.ts:41
toc
Defined in apps/client/dist/components/note_context.d.ts:20
Published by content widgets (via
useNoteBlob) while the note's content is being fetched, so the note detail can show a loading state instead of the previous note's content.