Currently there's no way to add text to component children.
As an initial step in this direction I'm suggesting to be able to:
<Component>
add text {param} next to params
</Component>
This can just be a template property on the Invocation model, perhaps in tagged template style: ['add text ', ' next to params', invocationId] or something that suits.
Currently there's no way to add text to component children.
As an initial step in this direction I'm suggesting to be able to:
This can just be a
templateproperty on the Invocation model, perhaps in tagged template style: ['add text ', ' next to params', invocationId] or something that suits.