structured-render - v1.2.0
    Preparing search index...

    Variable VirExpandableSourceConst

    VirExpandableSource: DeclarativeElementDefinition<
        "vir-expandable-source",
        {
            options?: Readonly<PartialWithUndefined<RenderHtmlOptions>>;
            sources: SourcesInput;
        },
        { currentlyExpanded: Record<string, boolean> },
        {},
        "vir-expandable-source-",
        "vir-expandable-source-",
        readonly [],
        readonly [],
    > = ...

    A self-contained element that renders a source icon button which, when clicked, expands to reveal source details via the internal createSourceWrapper. Child content is rendered in a default slot to the left of the source icon trigger. The expandable source panel appears below both.