ixfx
    Preparing search index...

    Type Alias WithEvents

    WithEvents: {
        addEventListener(type: string, callbackfn: any): void;
        removeEventListener(type: string, callbackfn: any): void;
    }

    Type declaration

    • addEventListener:function
      • Parameters

        • type: string
        • callbackfn: any

        Returns void

    • removeEventListener:function
      • Parameters

        • type: string
        • callbackfn: any

        Returns void