Represents a part of a chat response that is an anchor, that is rendered as a link to a target.

Constructor

new(value:EitherType<Uri, Location>, ?title:String)

Create a new ChatResponseAnchorPart.

Parameters:

value

A uri or location.

title

An optional title that is rendered with value.

Variables

title:Null<String>

An optional title that is rendered with value.

value:EitherType<Uri, Location>

The target of this anchor.