ToolSettingsPopupProps Interface

Beta

Properties of ToolSettingsPopup component.

Extends

Properties

Name Type Description
children undefined | React.ReactNode Popup content.  
isOpen undefined | false | true Describes if the popup is open.  
onClose undefined | () => void Function called when the popup is closed.  
target HTMLElement | null Popup target.  

Inherited properties

Name Type Inherited from Description
className undefined | string ClassNameProps Custom CSS class name
style undefined | React.CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 08 January, 2020