Interface ModuleInputCompleteEvent<G>

輸入結束事件

interface ModuleInputCompleteEvent {
    geo: G;
    success: boolean;
}

Type Parameters

Properties

Properties

geo: G

輸入幾何結果。

success: boolean

是否成功。

Generated using TypeDoc