This custom element is meant to be used to invoke some function/lambda/command. This only looks like an anchor tag, but does NOT provide navigation capability.
<hyperlink-command value.bind="value" action.call="command()"><hyperlink-command><hyperlink-command value.bind="value" action.bind="command"><hyperlink-command><hyperlink-command action.bind="..."> <normal-text value="Custom content"></normal-text></hyperlink-command> Copy
<hyperlink-command value.bind="value" action.call="command()"><hyperlink-command><hyperlink-command value.bind="value" action.bind="command"><hyperlink-command><hyperlink-command action.bind="..."> <normal-text value="Custom content"></normal-text></hyperlink-command>
Injected action for the command. The default action does not do anything.
Set this to true to disable the underlying button
Optional
Text to be displayed on control
This custom element is meant to be used to invoke some function/lambda/command. This only looks like an anchor tag, but does NOT provide navigation capability.