Preparing search index...
The search index is not available
SDK Core Documentation - v0.0.2-5
SDK Core Documentation
isInstanceOf
Function isInstanceOf
is
Instance
Of
<
T
>
(
object
,
someClass
)
:
object
is
InstanceType
<
T
>
Check if object in instance of class.
Type Parameters
T
extends
(
new
(
...
args
)
=>
InstanceType
<
T
>
)
Parameters
object
:
any
someClass
:
T
Returns
object
is
InstanceType
<
T
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SDK Core Documentation - v0.0.2-5
Loading...
Check if object in instance of class.