Preparing search index...
The search index is not available
LINQ To TypeScript - v12.0.0
LINQ To TypeScript
IPrototype
Interface IPrototype<Y>
TODO: Simplify
interface
IPrototype
<
Y
>
{
new
IPrototype
(
...
params
:
any
[]
)
:
Y
;
new
IPrototype
(
...
args
:
any
[]
)
:
{
[
key
:
string
]:
any
}
;
prototype
:
{
[
key
:
string
]:
any
}
;
}
Type Parameters
Y
Hierarchy (
View Summary
)
IConstructor
<
{
[
key
:
string
]:
any
}
>
IPrototype
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
IPrototype
(
...
params
:
any
[]
)
:
Y
Parameters
...
params
:
any
[]
Returns
Y
new
IPrototype
(
...
args
:
any
[]
)
:
{
[
key
:
string
]:
any
}
Parameters
...
args
:
any
[]
Returns
{
[
key
:
string
]:
any
}
Properties
Readonly
prototype
prototype
:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
LINQ To TypeScript - v12.0.0
Loading...
TODO: Simplify