Web: Components: ContextMenuButton - added description

This commit is contained in:
DmitrySychugov 2023-04-21 18:19:34 +05:00
parent 0b804cec2f
commit 9caa3b8c50

View File

@ -330,12 +330,17 @@ ContextMenuButton.propTypes = {
columnCount: PropTypes.number,
/** Sets the display type */
displayType: PropTypes.string,
/** Switches to the new view mode */
isNew: PropTypes.bool,
/** Closing event */
onClose: PropTypes.func,
/** Sets the drop down open with the portal */
usePortal: PropTypes.bool,
/** Sets the class of the drop down element */
dropDownClassName: PropTypes.string,
/** Sets the class of the icon button */
iconClassName: PropTypes.string,
/** Enables displaying the icon borders */
displayIconBorder: PropTypes.bool,
};