Type alias ConfigFunc<T>

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

Type Parameters

  • T

Type declaration

    • (config): T
    • A type alias for a cell editor config function.

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

      Parameters

      Returns T

Generated using TypeDoc