Interface: SecureUploadProps
Properties
errorHandler
โข errorHandler: ErrorHandlerCallback
Defined in
customMetadata
โข customMetadata: CustomMetadata
Defined in
name
โข Optional
name: string
Defined in
fileTokens
โข Optional
fileTokens: string
[]
an array of file tokens to preload into the file picker
Defined in
Methods
onTokenChange
โธ Optional
onTokenChange(token
): void
Called when the files in the filepicker change with an array of tokens, either on addition or deletion
Parameters
Name | Type |
---|---|
token | string [] |
Returns
void