@nospamproxy/core
    Preparing search index...

    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>

    Implements

    • ICustomElementViewModel
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    action: () => void = ...

    Injected action for the command. The default action does not do anything.

    disabled: boolean = false

    Set this to true to disable the underlying button

    titleText?: string
    value: string

    Text to be displayed on control

    Methods

    • Returns void