@vinejs/vine - v4.2.0
    Preparing search index...

    Type Alias BaseValidationTypes

    type BaseValidationTypes = {
        messagesProvider?: MessagesProviderContact;
        errorReporter?: () => ErrorReporterContract;
    }
    Index

    Properties

    messagesProvider?: MessagesProviderContact

    Custom messages provider for internationalization and error message customization. If not provided, the default messages provider will be used.

    errorReporter?: () => ErrorReporterContract

    Factory function for creating error reporters. Error reporters control how validation errors are collected and formatted.