PresentationInfoTreeNodeItem Interface
Deprecated in 5.7. All tree-related APIs have been deprecated in favor of the new generation hierarchy
building APIs (see https://github.com/iTwin/presentation/blob/33e79ee8d77f30580a9bab81a72884bda008db25/README.md#the-packages).
Data structure that describes tree node item created by PresentationTreeDataProvider which is used to carry information message.
Extends
Properties
Name | Type | Description | |
---|---|---|---|
children | undefined | This type of tree item cannot have children. | |
isSelectionDisabled | "true" | Selection is disabled for this type of tree item. | |
string | Message that his tree item is carrying. | ||
type | InfoTreeNodeItemType | Type of item message |
Defined in
Last Updated: 07 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.