isSync Method


isSync(targetClass)

A synchronous version of the ECClass.is, indicating if the targetClass is of this type.

isSync(targetClass: ECClass): boolean

Parameter Type Description
targetClass ECClass The class to check.

Returns - boolean



isSync(targetClass, schemaName)

A synchronous version of the ECClass.is, indicating if the targetClass is of this type.

isSync(targetClass: string, schemaName: string): boolean

Parameter Type Description
targetClass string The class to check.
schemaName string  

Returns - boolean


Defined in

Last Updated: 07 May, 2026