Variable ViraCollapsibleWrapperConst
ViraCollapsibleWrapper: DeclarativeElementDefinition<
`vira-${string}`,
{ expanded: boolean; expandOnPrint?: boolean },
{
collapsingElement: HTMLDivElement | undefined;
contentHeight: number;
contentWidth: number;
isContentHidden: boolean;
},
{ expandChange: DefineEvent<boolean> },
"vira-collapsible-wrapper-expand-on-print",
`vira-${string}-`,
readonly ["vira-collapsible-wrapper-header"],
readonly [],
> = ...
A wrapper element that can collapse and expand to fit its content dynamically and efficiently.