class documentation

class ACMEContainerConfigurations(VerticalScroll):

Constructor: ACMEContainerConfigurations(*args, **kwargs)

View In Hierarchy

Container for the Configurations view.

Method __init__ Constructor.
Method compose Build the Configurations view.
Method on_show Called when the widget is shown.
Method updateDocumentation Update the documentation view.
Property documentationView Get the documentation view widget.
Property treeView Get the tree view widget.
Instance Variable _app A reference to the text UI application.
Instance Variable _configsDocumentation The documentation view.
Instance Variable _configsTreeView The documentation tree view.
def __init__(self, *args: Any, **kwargs: Any):

Constructor.

Parameters
*args:AnyVariable length argument list.
**kwargs:AnyArbitrary keyword arguments.
def compose(self) -> ComposeResult:

Build the Configurations view.

def on_show(self):

Called when the widget is shown.

def updateDocumentation(self, header: str, doc: str):

Update the documentation view.

Parameters
header:strThe header.
doc:strThe documentation.
@property
documentationView: Markdown =

Get the documentation view widget.

Returns
The documentation view.
@property
treeView: ACMEConfigurationTree =

Get the tree view widget.

Returns
The tree view.
_app =

A reference to the text UI application.

_configsDocumentation =

The documentation view.

_configsTreeView =

The documentation tree view.