Skip to Content
InterfacesIDataValidationError

Interface: IDataValidationError

Properties

PropertyTypeDescription

column

number

inputValue

string | number | boolean

The input value that triggered the error

row

number

The row of the cell that triggered the error

rule?

IDataValidationRule

The rule content snapshot (optional, to avoid tracing back to the rule after modification)

ruleId

string

The ID of the rule that triggered the error

sheetName

string