Skip to main content
Version: 1.0.1

IFormValidation

@spartanfx/react v1.0.1


@spartanfx/react / IFormValidation

Interface: IFormValidation

Provides validation utilities for SharePoint list form fields.

Properties

PropertyTypeDescription
clearErrorMessages() => voidClears all currently set validation error messages.
getErrorMessage(key) => stringRetrieves the error message for a given field key.
hasErrorMessage() => booleanIndicates if any field currently has a validation error.
setErrorMessage(key, errorMessage) => voidSets a custom error message for a specific field.