Function ActionGroup

ActionGroup is a component that displays a menu of options triggered by a button click.

  • Type Parameters

    • T extends unknown = object

      The type of payload passed to the action.

    Parameters

    • __namedParameters: IActionGroupProps<T>

    Returns Element

    • The rendered ActionGroup component.