Interface: SupplementaryMaterial
Defined in: src/types/models/eprint.ts:46
Supplementary material item with metadata.
Remarks
Attached to eprints as additional files (appendices, data, code, figures). Format and category are auto-detected but can be overridden.
Properties
blobRef
readonlyblobRef:BlobRef
Defined in: src/types/models/eprint.ts:50
Blob reference to supplementary file in user's PDS.
category
readonlycategory:SupplementaryCategory
Defined in: src/types/models/eprint.ts:67
Material category (auto-detected or user-specified).
description?
readonlyoptionaldescription:string
Defined in: src/types/models/eprint.ts:62
Description of the supplementary material.
detectedFormat?
readonlyoptionaldetectedFormat:string
Defined in: src/types/models/eprint.ts:74
Auto-detected file format.
Example
"pdf", "csv", "ipynb", "mp4"
label
readonlylabel:string
Defined in: src/types/models/eprint.ts:57
User-provided label.
Example
"Appendix A", "Figure S1", "Raw data"
order
readonlyorder:number
Defined in: src/types/models/eprint.ts:79
Display order (1-indexed).