View source
enum abstract StageTextClearButtonMode(Null<Int>)
package openfl.text
Available on AIR, Android, HashLink, Linux, Neko, Windows, iOS, macOS
The StageTextClearButtonMode class defines the values to use for the
clearButtonMode
property of the StageText class.
See also:
Variables
inlineread onlyUNLESS_EDITING:StageTextClearButtonMode = 2
The StageText clear button is not visible while editing.
inlineread onlyWHILE_EDITING:StageTextClearButtonMode = 3
The StageText clear button is visible while editing.