@fkui/logic
    Preparing search index...

    Interface ValidationState

    Describes the initial state of the validator.

    interface ValidationState {
        serverError?: string;
        submitted?: boolean;
        touched?: boolean;
    }
    Index

    Properties

    serverError?: string
    submitted?: boolean
    touched?: boolean