inert property - Element class - dart:html library (original) (raw)

description

bool? getinert

Implementation

bool? get inert native;

setinert (bool? value)

Implementation

set inert(bool? value) native;