PreviewFeatures Interface

List of preview features that can be enabled/disabled. This list is expected to change over time, the interface is made so that new features can be added or removed without breaking existing code. A console warning will simply appear if unknown features are passed.

Extends

  • Partial<KnownPreviewFeatures>

Inherited properties

Name Type Inherited from Description
activateDroppedTab undefined | boolean Partial If true, the active tab of a dragged widget will become active when dropped in a container.
contentAlwaysMaxSize undefined | boolean Partial If true, the panels and tool settings will always be rendered over the content.
enableMaximizedFloatingWidget undefined | boolean Partial If true, the floating widget will have a "maximize" button.
enableMaximizedPanelWidget undefined | boolean Partial If true, the panel widget will have a "maximize" button.
horizontalPanelAlignment undefined | boolean Partial If true, the horizontal panels will have an additional "Align" button.
newToolbars undefined | boolean Partial If true, the Toolbar component will be replaced by a new iTwinUI based toolbar.
widgetActionDropdown undefined | { threshold: number } Partial If enabled, a dropdown menu will be rendered for widgets that exceed the specified threshold of title bar buttons.

Defined in

Last Updated: 05 April, 2024