Type alias ModelUpdateFunction<T>

ModelUpdateFunction<T>: ((model: T) => T)

Type Parameters

  • T

    the type of the model to be handled

Type declaration

    • (model: T): T
    • The event-value-type for the model updateBy event

      Parameters

      • model: T

      Returns T

Generated using TypeDoc