mwseMCMDropdownElements⚓︎
This dictionary-style table holds all of the UI elements that comprise a mwseMCMDropdown.
This type inherits the following: mwseMCMComponentElements
Properties⚓︎
border
⚓︎
The border UI element of the top part of Dropdown.
Returns:
result
(tes3uiElement)
dropdown
⚓︎
A thin border UI element that holds the text select entries of the expanded dropdown.
Returns:
result
(tes3uiElement)
dropdownParent
⚓︎
A parent block UI element that holds the expanded dropdown.
Returns:
result
(tes3uiElement)
innerContainer
⚓︎
The innerContainer adds self.indent
additional padding on the left if the component has a label.
Returns:
result
(tes3uiElement, nil)
label
⚓︎
Holds component's label UI element. Not all component types have a label.
Returns:
result
(tes3uiElement, nil)
labelBlock
⚓︎
Holds a block UI element, inside which label is found.
Returns:
result
(tes3uiElement, nil)
outerContainer
⚓︎
The top UI element for this component. All the other UI elements that comprise a component are children of this element.
Returns:
result
(tes3uiElement, nil)
textBox
⚓︎
The text select UI element of the top part of Dropdown.
Returns:
result
(tes3uiElement)