A function type to extract another function type from.
The position of the target function in the argument list ('auto' to auto-detect the first function type, or a specific number for a fixed position).
The function type found at position TPosition in the arguments of T.
Generated using TypeDoc
CallbackType<T, TPosition> Extracts a function type from the arguments of a function T, where the function is at a specific position (TPosition) in the argument list.