Type alias InputtingCallback<T>

InputtingCallback<T>: ((event) => void)

Type Parameters

Type declaration

    • (event): void
    • 輸入中的回呼。

      Parameters

      • event: {
            geo: T;
        }
        • geo: T

          輸入中幾何。

      Returns void

Generated using TypeDoc