DataConstructor
DataConstructor<
T
>: (…any
) =>T
When you see this on a function/method signature it means that it takes an Data derived class that you’ve written.
Type parameters
• T extends Data
Parameters
• …any: any
Returns
T
Generated using typedoc-plugin-markdown and TypeDoc