TreeView: add disabledNodeSelectionMode property to the .d.ts#32581
Open
pharret31 wants to merge 1 commit intoDevExpress:26_1from
Open
TreeView: add disabledNodeSelectionMode property to the .d.ts#32581pharret31 wants to merge 1 commit intoDevExpress:26_1from
pharret31 wants to merge 1 commit intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds TypeScript declarations for a new disabledNodeSelectionMode option to the TreeView component. The option controls how selection behaves for disabled nodes, with two possible values: 'recursiveAndAll' (default) and 'never'.
Changes:
- Added new
DisabledNodeSelectionModestring literal union type - Added
disabledNodeSelectionModeoption to TreeView component with default value'recursiveAndAll' - Updated Angular and Vue wrappers to support the new option
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/devextreme/js/ui/tree_view.d.ts | Defines the new DisabledNodeSelectionMode type and adds disabledNodeSelectionMode option with documentation |
| packages/devextreme/js/ui/tree_view_types.d.ts | Exports the new DisabledNodeSelectionMode type for external use |
| packages/devextreme/ts/dx.all.d.ts | Adds the type and option to the bundled TypeScript declarations |
| packages/devextreme-vue/src/tree-view.ts | Updates Vue wrapper to include the new option in props and type imports |
| packages/devextreme-angular/src/ui/tree-view/index.ts | Updates Angular wrapper with Input/Output decorators for the new option |
marker-dao
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.