UNPKG

@eclipse-scout/core

Version:
14 lines 480 B
import { ValueFieldModel } from '../../../index'; export interface FileChooserButtonModel extends ValueFieldModel<File> { /** * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept */ acceptTypes?: string; /** * Default is {@link FileInput.DEFAULT_MAXIMUM_UPLOAD_SIZE}. */ maximumUploadSize?: number; iconId?: string; fileExtensions?: string | string[]; } //# sourceMappingURL=FileChooserButtonModel.d.ts.map