NamedFlow class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

NamedFlow()
factory

Properties

firstEmptyRegionIndex int

Available on NamedFlow, provided by the PropsNamedFlow extension

no setter
hashCode int
The hash code for this object.
no setterinherited
name String

Available on NamedFlow, provided by the PropsNamedFlow extension

no setter
overset bool

Available on NamedFlow, provided by the PropsNamedFlow extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

dispatchEvent(Event event) bool

Available on EventTarget, provided by the PropsEventTarget extension

getContent() Iterable<Node>

Available on NamedFlow, provided by the PropsNamedFlow extension

getRegions() Iterable<Element>

Available on NamedFlow, provided by the PropsNamedFlow extension

getRegionsByContent(Node node) Iterable<Element>

Available on NamedFlow, provided by the PropsNamedFlow extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited