@microsoft/fast-foundation > TreeView
TreeView class
A Tree view Custom HTML Element. Implements the ARIA TreeView.
- The default slot for tree items
export declare class TreeView extends FoundationElement
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
currentSelected | HTMLElement | TreeItem | null | The currently selected tree item | |
renderCollapsedNodes | boolean | /** When true, the control will be appear expanded by user interaction. |
Methods
Method | Modifiers | Description |
---|---|---|
connectedCallback() |