Function ActionTrigger

Renders a component that triggers actions based on user interaction.

  • Type Parameters

    • T extends unknown = object

      The type of the payload returned by the action.

    Parameters

    • __namedParameters: IActionTriggerProps<T>

    Returns Element

    • The rendered component.