• A functional component that renders an action button. The button's type of action (edit, archive, delete), visibility, and associated item ID are customizable. An icon for each action type can also be provided through the 'icons' prop.

    Parameters

    Returns null | ReactElement<any, any>

    The rendered ActionButton component or null if the button is not visible

Generated using TypeDoc