code-connect
code-connect copied to clipboard
Pass arguments to InstanceHandle.executeTemplate()
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" });