mwseMCMMouseOverPageElements⚓︎
This dictionary-style table holds all of the UI elements that comprise a mwseMCMMouseOverPage.
This type inherits the following: mwseMCMCategoryElements, mwseMCMComponentElements
Properties⚓︎
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)
mouseOverBlock
⚓︎
A block UI element that shows the description of the component that the mouse is currently hovering over in Sidebar Pages. Replaces the subcomponentsContainer
element during this time.
Returns:
result
(tes3uiElement)
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)
subcomponentsContainer
⚓︎
This the parent UI element for all the components in the Sidebar Page right column in the default view.
Returns:
result
(tes3uiElement)