FileContext
Definition
Section titled “Definition”interface FileContext { entity?: Entity; fileInfos: FileInfo[]; [key: string]: any;}Properties
Section titled “Properties”If used on an entity detail page, this will be set.
An array of files uploaded by the user.
Variations
Section titled “Variations”From ELN
Section titled “From ELN”interface FileContext { ... experiment: Entity; steps: Entity[]; resultSets: Entity[];}From Result Set
Section titled “From Result Set”interface FileContext { ... resultSet: Entity; experiment: Entity; step: Entity;}