TerminalLink class

A link on a terminal line.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

factory

Properties

hashCode int
The hash code for this object.
no setterinherited
length num

Available on TerminalLink, provided by the TerminalLink$Typings extension

The length of the link on {@link TerminalLinkContext.line}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex num

Available on TerminalLink, provided by the TerminalLink$Typings extension

The start index of the link on {@link TerminalLinkContext.line}.
getter/setter pair
tooltip String

Available on TerminalLink, provided by the TerminalLink$Typings extension

The tooltip text when you hover over this link.
getter/setter pair

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