Type alias InfoWindowEvent

InfoWindowEvent: {
    native?: UIEvent;
    sourceObject: InfoWindow;
}

InfoWindowで発火するイベント

Type declaration

  • Optional native?: UIEvent

    UIイベント

  • sourceObject: InfoWindow

    発火元インスタンス