Properties:
Name | Type | Description |
---|---|---|
bold |
bool | (default: |
color |
html.Color | The text color. |
fontFamily |
string | The font family. |
fontSize |
number | The font size in CSS pixels. |
horizontalAlignment |
string | (default: |
password |
bool | (default: |
pattern |
string | (default: |
selectionBackgroundColor |
html.Color | The background color of selected text. |
selectionColor |
html.Color | The color of selected text. |
text |
string | (default: |
Extends
Methods
-
Selects the given range.
Name Type Description begin
number The text position of the begin of the selection.
end
number The text of position of the end of the selection.