blob: a14a72ffd66c7407f2429f1cac4f973951409d30 [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
//
// Generated from Web IDL definitions.
import 'dart:js_interop';
import 'dom.dart';
@JS('NamedFlowMap')
@staticInterop
class NamedFlowMap {}
extension NamedFlowMapExtension on NamedFlowMap {}
@JS('NamedFlow')
@staticInterop
class NamedFlow implements EventTarget {}
extension NamedFlowExtension on NamedFlow {
external JSArray getRegions();
external JSArray getContent();
external JSArray getRegionsByContent(Node node);
external String get name;
external bool get overset;
external int get firstEmptyRegionIndex;
}