Disable dock, so the panel will only work in float mode.
default: false
Whether tab can be dragged into float layer. If value is "singleTab", float panel can't have multiple tabs.
default: false
Override the default flex grow and flex shrink for panel height
Whether tab can be maximized
default: false
Override the default moreIcon
Whether tab can be converted to native window, only works when floatable is true.
default: false
Generate extra content show in the right side of tab bar.
panelExtra can also be used as a listener on panel state changes, If you don't need to show extra content in this case, just return null.
When creating float panel from dragging, DockLayout would use the original panel's size. Use this to defined the [min, max] allowed height for the default size of a float panel. If not specified, minHeight = 50, maxHeight = 500
When creating float panel from dragging, DockLayout would use the original panel's size. Use this to defined the [min, max] allowed with for the default size of a float panel. If not specified, minWidth = 100, maxWidth = 600
When tabs are locked, you can not drag tab to create new panel, but it can still be dropped into a different panel if they have the same tab group.
default false
Override the default flex grow and flex shrink for panel width
Generated using TypeDoc
Whether to show animation effect when switch tabs.
default true