Interface EventHandlers

interface EventHandlers {
    cancel: ((arg0) => void);
    end: ((arg0, arg1) => void);
    move: ((arg0, arg1) => void);
    start: ((arg0, arg1) => void);
}

Properties

Properties

cancel: ((arg0) => void)

Type declaration

    • (arg0): void
    • Parameters

      • arg0: Event | TriggeredEvent<any, undefined, any, any>

      Returns void

end: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

      Returns void

move: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

      Returns void

start: ((arg0, arg1) => void)

Type declaration

    • (arg0, arg1): void
    • Parameters

      Returns void