Skip to main content
Version: 1.0.0

Interface: UploadedFileContext

Properties​

entityId​

• Optional entityId: string

Entity Id is set if the entity already exists

Defined in​

models/properties.ts:669


file​

• file: File

Uploaded file

Defined in​

models/properties.ts:654


name​

• name: string

Property field name

Defined in​

models/properties.ts:659


property​

• property: StringProperty | ArrayProperty<string[], any>

Property related to this upload

Defined in​

models/properties.ts:664


storageMeta​

• storageMeta: StorageMeta

Storage meta specified by the developer

Defined in​

models/properties.ts:679


values​

• values: any

Values of the current entity

Defined in​

models/properties.ts:674