Skip to content

@maxhealth.tech/prefab / actions / OpenFilePicker

Class: OpenFilePicker

Defined in: actions/client.ts:179

Base interface all actions implement

Implements

Constructors

Constructor

ts
new OpenFilePicker(opts?): OpenFilePicker;

Defined in: actions/client.ts:180

Parameters

ParameterType
opts?OpenFilePickerOpts

Returns

OpenFilePicker

Methods

toJSON()

ts
toJSON(): ActionJSON;

Defined in: actions/client.ts:182

Returns

ActionJSON

Implementation of

Action.toJSON

Released under the MIT License.