anchor

abstract fun anchor(value: JsAny, title: String = definedExternally)(source)

Push an anchor part to this stream. Short-hand for push(new ChatResponseAnchorPart(value, title)). An anchor is an inline reference to some type of resource.

Parameters

value

A uri or location.

title

An optional title that is rendered with value.

Online Documentation