Optional
colorOptional
colorsOptional
isThe window is open by default?
Specifies whether the window should have been opened when creating it. This property is only relevant in unmanaged mode.
Optional
isIs the pop-up window open?
If the Boolean type, the component goes into managed mode and opens/closes only when this property is changed from the outside. If undefined, the component is in an unmanaged state mode, and opens/closes according to the internal state.
Optional
onHandler for the popup window closing event
Optional
onOptional
onHandler for the popup window opening event
Optional
onHandler for changing the visibility of a window
Optional
paletteThe goal that the popup window will be attached to.
Can be an element or can be set via the Render Props pattern.
Public