Interface ActionsMenuProps

Hierarchy

  • ActionsMenuProps

Properties

Properties

children: ReactNode | (undefined | ActionsMenuListItem)[]
onHide?: ((visible: boolean) => void)

Type declaration

    • (visible: boolean): void
    • Parameters

      • visible: boolean

      Returns void

visible: boolean

Generated using TypeDoc