Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
Constructor
Interface Constructor<C, D>
interface
Constructor
<
C
,
D
>
{
code
:
C
;
is
(
arg
)
:
arg
is
ApplicationError
<
C
,
D
>
;
(
...
args
)
:
ApplicationError
<
C
,
D
>
;
}
Type Parameters
C
extends
number
D
Constructor
(
...
args
)
:
ApplicationError
<
C
,
D
>
Parameters
Rest
...
args
:
any
[]
Returns
ApplicationError
<
C
,
D
>
Index
Properties
code
Methods
is
Properties
code
code
:
C
Methods
is
is
(
arg
)
:
arg
is
ApplicationError
<
C
,
D
>
Parameters
arg
:
undefined
|
object
Returns
arg
is
ApplicationError
<
C
,
D
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
code
is
Theia TypeDoc
Loading...