Type alias ConfigFunc<T>

ConfigFunc<T>: ((config) => T)

A type alias for a cell editor config function.

This type is used to compute a value from a cell config object.

Type Parameters

  • T

Type declaration