menu
Dart
dart:html
Element
inert property
inert
dark_mode
light_mode
description
inert
property
bool
?
inert
Implementation
bool? get inert native;
void
inert=
(
bool
?
value
)
Implementation
set inert(bool? value) native;
Dart
dart:html
Element
inert property
Element class