class documentation

class Accordion(BaseModel): (source)

View In Hierarchy

The data required for creating an accordion in the UI.

The HTML is limited to a small number of tags.

Class Variable children Undocumented
Class Variable element_type Undocumented
Class Variable title Undocumented

Undocumented

element_type: Literal['accordion'] = (source)

Undocumented

title: str = (source)

Undocumented