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 | 
| allowBearingLettersInAccuDrawInputFields Inherited | boolean | undefined | Partial | If true, the accudraw input field will accept some letters for bearing angle. | 
| contentAlwaysMaxSize Inherited | boolean | undefined | Partial | If true, the panels and tool settings will always be rendered over the content. | 
| controlWidgetVisibility Inherited | boolean | string[] | Partial | If true, additional UI elements are rendered to allow the end user of the layout to control widget visibility. | 
| enableMaximizedFloatingWidget Inherited | boolean | undefined | Partial | If true, the floating widget will have a "maximize" button. | 
| enableMaximizedPanelWidget Inherited | boolean | undefined | Partial | If true, the panel widget will have a "maximize" button. | 
| horizontalPanelAlignment Inherited | boolean | undefined | Partial | If true, the horizontal panels will have an additional "Align" button. | 
| reparentPopoutWidgets Inherited | boolean | string[] | Partial | If true, popout widgets will not be rendered in a separate element tree, instead widget content will be re-parented to a popout content container. | 
| toolSettingsKeyPressCommit Inherited | boolean | undefined | Partial | If true, the input-like editors rendered in the tool settings will commit the entered value on key press. | 
| toolSettingsLockButton Inherited | boolean | undefined | Partial | If true, the default tool settings lock editor will be rendered as an icon button rather than a checkbox. | 
| toolSettingsNewEditors Inherited | boolean | undefined | Partial | If true, the tool settings will be using the new editor API. | 
| widgetActionDropdown Inherited | { threshold: number } | undefined | Partial | If enabled, a dropdown menu will be rendered for widgets that exceed the specified threshold of title bar buttons. | 
Defined in
Last Updated: 24 June, 2025