Hierarchy

Properties

actions?: ActionData[]

Array of Actions to be rendered

addBackgroundOpacity?: boolean

Applies white background with opacity 70%

buttonClassName?: string

Additional CSS class for the button

buttonContext?: ButtonContext
buttonIcon?: IconName
className?: string

Additional CSS class for the action container

offsetDistance?: number

Distance to the reference element default(6)

offsetSkidding?: number

Move along the reference element default(0)

onActionClick?: ((e, action) => void)

Type declaration

onButtonClicked?: ((event) => void)

Type declaration

    • (event): void
    • Parameters

      • event: MouseEvent<HTMLButtonElement, MouseEvent>

      Returns void

placement?: Placement

Default placement can be changed with this optional property (default: 'top')

showArrow?: boolean
width?: string

Width of the container

Generated using TypeDoc