dart / 2 / dart-html / selectelement / selectedindex.html

selectedIndex property

int? selectedIndex

Implementation

int? get selectedIndex native;
void selectedIndex=(int? value)

Implementation

set selectedIndex(int? value) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/SelectElement/selectedIndex.html