Text UI
`showTextUI(text, options)`
Shows the contextual hint pill (bottom-right by default).
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
string |
— | Text to display |
options |
table |
— | Optional settings (see below) |
Options:
| Field | Type | Default | Description |
|---|---|---|---|
position |
string |
'right-center' |
'right-center', 'left-center', 'top-center', 'bottom-center' |
icon |
string |
— | Font Awesome icon name or full class |
iconColor |
string |
— | CSS color for the icon |
iconAnimation |
string |
— | Font Awesome animation class |
alignIcon |
string |
'center' |
'center' or 'top' |
style |
table |
— | Inline CSS overrides |
exports['amzn_uikit']:showTextUI('[E] Interact', { icon = 'hand' })`hideTextUI()`
Hides the Text UI.
`isTextUIOpen()` → `boolean, string`
Returns open, text.
Previews
GLASS
