• Renders an array of actions

    Parameters

    • props: PropsWithChildren<ActionsProps>
    • Optional context: any

    Returns null | ReactElement<any, any>

    Example

    <Actions
    actions={[{ label: 'Action Label', onActionSelected={actionSelectedHandler} }]}
    />

Generated using TypeDoc