Skip to content

@maxhealth.tech/prefab / actions / OpenFilePickerOpts

Interface: OpenFilePickerOpts

Defined in: actions/client.ts:172

Properties

accept?

ts
optional accept?: string;

Defined in: actions/client.ts:173


multiple?

ts
optional multiple?: boolean;

Defined in: actions/client.ts:174


resultKey?

ts
optional resultKey?: string;

Defined in: actions/client.ts:175


onSuccess?

ts
optional onSuccess?: Action | Action[];

Defined in: actions/client.ts:176

Released under the MIT License.