onboundary property

EventHandlerNonNull<Event>? onboundary

Implementation

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

Implementation

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