Skip to main content

Interface: SecureUploadProps

Properties

errorHandler

errorHandler: ErrorHandlerCallback

Defined in

component-types.ts:56


customMetadata

customMetadata: CustomMetadata

Defined in

component-types.ts:62


name

Optional name: string

Defined in

component-types.ts:57


fileTokens

Optional fileTokens: string[]

an array of file tokens to preload into the file picker

Defined in

component-types.ts:59

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

NameType
tokenstring[]

Returns

void

Defined in

component-types.ts:61