oncontextlost property

EventHandlerNonNull<Event>? oncontextlost

Implementation

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

Implementation

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