IQueryInterface Interface
In This Topic
- File
- wijmo.js
- Module
- wijmo
Allows callers to verify whether an object implements an interface.
Methods
implementsInterface
implementsInterface(interfaceName: string): boolean
Returns true if the object implements a given interface.
- Parameters
- Returns
- boolean