PanePropertiesModel
Interface representing the settings for a splitter pane.
Properties
collapsed Boolean
Specifies whether the pane collapsed or not when the splitter is initially rendered.
Default: false
collapsible Boolean
Specifies whether the pane is collapsible or not.
Default: false
content String HTMLElement
Specifies the content of the pane as plain text or HTML elements.
Default: ""
cssClass String
Specifies CSS classes to customize the appearance of the splitter pane.
Default: ""
max String
Specifies the maximum size of a pane.
Default: null
min String
Specifies the minimum size of a pane.
Default: null
resizable Boolean
Specifies whether the pane is resizable or not.
Default: true
size String
Specifies the size for the panes.
Default: ""
Methods
click EmitType<ClickEventArgs>
Event callback that is raised when an item is clicked.