Interface InputtingOption<T>

輸入中的回呼設定。

interface InputtingOption {
    onInputting?: ((event) => void);
}

Type Parameters

Hierarchy

Properties

Properties

onInputting?: ((event) => void)

Type declaration

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

      Parameters

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

          輸入中幾何。

      Returns void

Generated using TypeDoc