mwseMCMTemplateElements⚓︎
This dictionary-style table holds all of the UI elements that comprise a mwseMCMTemplate.
This type inherits the following: 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)
nextTabButton
⚓︎
A button UI element that switches to the next page of the Template.
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)
outerTabsBlock
⚓︎
A block UI element that holds previous and next tab buttons and tabs block.
Returns:
result
(tes3uiElement)
pageBlock
⚓︎
A block UI element that holds the UI elements of the currently displayed page.
Returns:
result
(tes3uiElement)
previousTabButton
⚓︎
A button UI element that switches to the previous page of the Template.
Returns:
result
(tes3uiElement)
tabsBlock
⚓︎
A block UI element that holds a button for each page in this Template.
Returns:
result
(tes3uiElement)