Interface ICellInputValidator

An object which validates cell input values.

interface ICellInputValidator {
    validate(cell, value): ICellInputValidatorResponse;
}

Implemented by

Methods

Methods