ASP.NET MVC Controls | ComponentOne
In This Topic
    IQueryInterface Interface
    In This Topic
    File
    wijmo.js
    Module
    wijmo

    Allows callers to verify whether an object implements an interface.

    Methods

    Methods

    implementsInterface

    implementsInterface(interfaceName: string): boolean
    

    Returns true if the object implements a given interface.

    Parameters
    • interfaceName: string

      Name of the interface to look for.

    Returns
    boolean