All highlighted tabs in the window.
List<int> get tabIds => _wrapped.tabIds.toDart.cast<int>().map((e) => e).toList();
set tabIds(List<int> v) { _wrapped.tabIds = v.toJSArray((e) => e); }