Preparing search index...
The search index is not available
Legend Studio API Documentation
Legend Studio API Documentation
@finos/legend-shared
isClassAssignableFrom
Function isClassAssignableFrom
Check if the specified class is either the same as, or is a superclass of the provided class.
isClassAssignableFrom
(
cls1
:
GenericClazz
<
unknown
>
,
cls2
:
GenericClazz
<
unknown
>
,
)
:
boolean
Parameters
cls1
:
GenericClazz
<
unknown
>
cls2
:
GenericClazz
<
unknown
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Legend Studio API Documentation
Loading...
Check if the specified class is either the same as, or is a superclass of the provided class.