Skip to main content

IValidationRule

@spartanfx/react v1.2.2


@spartanfx/react / index / IValidationRule

Interface: IValidationRule

Validation rule for file uploads.

Properties

PropertyTypeDescription
messagestringError message to display
type"custom" | "fileType" | "fileSize" | "totalSize"Rule type
validate(file, allFiles?) => booleanValidation function