Skip to main content

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

readonly blobRef: BlobRef

Defined in: src/types/models/eprint.ts:50

Blob reference to supplementary file in user's PDS.


category

readonly category: SupplementaryCategory

Defined in: src/types/models/eprint.ts:67

Material category (auto-detected or user-specified).


description?

readonly optional description: string

Defined in: src/types/models/eprint.ts:62

Description of the supplementary material.


detectedFormat?

readonly optional detectedFormat: string

Defined in: src/types/models/eprint.ts:74

Auto-detected file format.

Example

"pdf", "csv", "ipynb", "mp4"

label

readonly label: string

Defined in: src/types/models/eprint.ts:57

User-provided label.

Example

"Appendix A", "Figure S1", "Raw data"

order

readonly order: number

Defined in: src/types/models/eprint.ts:79

Display order (1-indexed).