PanelUIOptions interface
An interface representing configurable options available for an workload panel
Properties
is |
Whether click on the backdrop should dismiss the panel |
show |
Show panel content after panel fully opened (after animation ended) |
width | The width of the panel |
Property Details
isLightDismiss
Whether click on the backdrop should dismiss the panel
isLightDismiss?: boolean
Property Value
boolean
showContentAfterAnimation
Show panel content after panel fully opened (after animation ended)
showContentAfterAnimation?: boolean
Property Value
boolean
width
The width of the panel
width?: string | number
Property Value
string | number