Type alias InternalCellVisitor<T>

InternalCellVisitor<T>: ((value, coords, context, headerOpp) => {
    break: T;
} | void)

Type Parameters

  • T = any

Type declaration