Skip to main content

inno-pane

Pane content

Open pane

Properties

PropertyAttributeDescriptionTypeDefault
closeOnBackdropClickclose-on-backdrop-clickWhether the pane is closeable by clicking outside of it.booleantrue
expandedexpandedProgramatically control whether the pane is opened or closed.booleanfalse
hideCloseButtonhide-close-buttonThe pane comes with a close button by default. Hide it with this property.booleanfalse
paneSizepane-sizeSize of the pane. It is a width value in case of 'left' and 'right' position, and a height value in case of 'top' and 'bottom' position. All css units are supported which are supported by width and height css properties.string'100%'
positionpositionPosition of the pane."bottom" | "left" | "right" | "top"'right'
titleTexttitle-textTitle of the pane.stringundefined

Events

EventDescriptionType
expandedChangedThis event is fired when the pane is opened or closed.CustomEvent<{ expanded: boolean; }>

Dependencies

Depends on

Graph


Built with StencilJS