UI Element Types⚓︎
Tip
These values are available in Lua by their index in the tes3.uiElementType table. For example, tes3.uiElementType.textInput has a value of "textInput".
| Index | Value |
|---|---|
| button | "button" |
| fillbar | "fillbar" |
| image | "image" |
| layout | "layout" |
| model | "model" |
| paragraphInput | "paragraphInput" |
| rect | "rect" |
| scrollBar | "scrollBar" |
| scrollPane | "scrollPane" |
| text | "text" |
| textInput | "textInput" |
| textSelect | "textSelect" |