Insert.appendText

Append text to the end.

mixintemplate Insert()
appendText
(
this T
)
(
string text
)

Parameters

text string

The text to insert.

Return Value

Type: auto

This widget to aid method chaining.

Meta