code-connect icon indicating copy to clipboard operation
code-connect copied to clipboard

Pass arguments to InstanceHandle.executeTemplate()

Open nathanwinder opened this issue 4 months ago • 0 comments

I'd like the ability to pass arguments to InstanceHandle.executeTemplate(). A use case for this is passing the slot attribute to a child Web Component.

instance.executeTemplate({ slot: "end" });

nathanwinder avatar Oct 22 '25 20:10 nathanwinder