Interface Listener

Hierarchy

  • Listener

Properties

Properties

filter: {
    cancel?: string;
    payload?: any;
    request?: string;
}

Type declaration

  • Optional cancel?: string
  • Optional payload?: any
  • Optional request?: string
fn: ((...args: string[]) => void)

Type declaration

    • (...args: string[]): void
    • Parameters

      • Rest ...args: string[]

      Returns void

Generated using TypeDoc