Skip to main content
Version: 1.0.4

IValidationRule

@spartanfx/react v1.0.4


@spartanfx/react / 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