chat Highlights
Defined in apps/client/dist/components/note_context.d.ts:20
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:44
pdf Annotations
pdfAnnotations : { annotations : PdfAnnotationInfo [] ; scrollToAnnotation ( annotationId : string , pageNumber : number ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:35
pdf Attachments
pdfAttachments : { attachments : PdfAttachment [] ; downloadAttachment ( filename : string ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:27
pdf Layers
pdfLayers : { layers : PdfLayer [] ; toggleLayer ( layerId : string , visible : boolean ) : void ; }
Defined in apps/client/dist/components/note_context.d.ts:31
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:21
save State
Defined in apps/client/dist/components/note_context.d.ts:39
toc
Defined in apps/client/dist/components/note_context.d.ts:19
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.