wima
Preparing search index...
TypeEntry
Class TypeEntry
Index
Constructors
constructor
Properties
constructor
Fn
info
Methods
call
get
Method
get
Methods
set
Method
Constructors
constructor
new
TypeEntry
(
info
:
TypeInfo
,
constructorFn
?:
Constructor
)
:
TypeEntry
Parameters
info
:
TypeInfo
Optional
constructorFn
:
Constructor
Returns
TypeEntry
Properties
constructor
Fn
constructorFn
:
Constructor
Readonly
info
info
:
TypeInfo
Methods
call
call
<
T
extends
unknown
[]
>
(
name
:
string
,
args
:
[
...
T
[]
]
)
:
unknown
Type Parameters
T
extends
unknown
[]
Parameters
name
:
string
args
:
[
...
T
[]
]
Returns
unknown
get
Method
getMethod
(
name
:
string
)
:
MethodEntry
Parameters
name
:
string
Returns
MethodEntry
get
Methods
getMethods
()
:
ReadonlyMap
<
string
,
MethodEntry
>
Returns
ReadonlyMap
<
string
,
MethodEntry
>
set
Method
setMethod
(
method
:
Function
)
:
void
Parameters
method
:
Function
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
constructor
Fn
info
Methods
call
get
Method
get
Methods
set
Method
wima
Loading...