Type alias ValOrFuncOp<T, TArgs>

ValOrFuncOp<T, TArgs>: T | Fof<T | undefined, TArgs> | undefined

Type for a value of type T|undefined or a function that returns a value of type T|undefined

Type Parameters

  • T

  • TArgs extends any[] = any[]

Generated using TypeDoc