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