UNPKG

@eclipse-scout/core

Version:
16 lines 504 B
import { FormFieldModel } from '../../../index'; export interface ImageFieldModel extends FormFieldModel { autoFit?: boolean; imageUrl?: string; scrollBarEnabled?: boolean; uploadEnabled?: boolean; /** * @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; } //# sourceMappingURL=ImageFieldModel.d.ts.map