Interface GmEventHandler

interface GmEventHandler {
    onEvent: ((orderEvent) => void);
}

Properties

Properties

onEvent: ((orderEvent) => void)

Type declaration

    • (orderEvent): void
    • Parameters

      Returns void