LinkedEditingRanges class
Represents a list of ranges that can be edited together along with a word pattern to describe valid range contents.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
-
LinkedEditingRanges(List<
Range> ranges, [RegExp? wordPattern]) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ranges
→ List<
Range> -
Available on LinkedEditingRanges, provided by the LinkedEditingRanges$Typings extension
A list of ranges that can be edited together. The ranges must have identical length and text content. The ranges cannot overlap.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wordPattern → RegExp?
-
Available on LinkedEditingRanges, provided by the LinkedEditingRanges$Typings extension
An optional word pattern that describes valid contents for the given ranges. If no pattern is provided, the language configuration's word pattern will be used.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited