[]
        
(Showing Draft Content)

Wijmo.Iqueryinterface

IQueryInterface Interface

Allows callers to verify whether an object implements an interface.

Heirarchy

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