ixfx
    Preparing search index...

    Type Alias WithEvents

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

    Methods

    • Parameters

      • type: string
      • callbackfn: any

      Returns void

    • Parameters

      • type: string
      • callbackfn: any

      Returns void