Describes a file that was rejected during drop/browse validationFileRejection
Interface
projects/forms/input/file-drop.directive.ts
Import#
import { FileRejection } from '@cngx/forms/input'
Description#
Describes a file that was rejected during drop/browse validation.
Instance Properties#
reason#"type" | "size" | "count" Readonly
Why the file was rejected: MIME type mismatch ('type'), exceeds maxSize
('size'), or over the maxFiles count cap ('count').