onlostpointercapture property

EventHandlerNonNull<Event>? onlostpointercapture

Implementation

EventHandlerNonNull? get onlostpointercapture =>
    js_util.getProperty(this, 'onlostpointercapture');
void onlostpointercapture=(EventHandlerNonNull<Event>? newValue)

Implementation

set onlostpointercapture(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onlostpointercapture', newValue);
}