Tree
Tree from the Source control package.
Loading Tree…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
itemsRequired | readonly ReviewItem[] | — |
selectedIdOptional | string | null | — |
expandedPathsOptional | ReadonlySet<string> | — |
defaultExpandedPathsOptional | ReadonlySet<string> | — |
onExpandedPathsChangeOptional | ((paths: ReadonlySet<string>) => void) | — |
onSelectOptional | ((item: ReviewItem) => void) | — |
onOpenOptional | ((item: ReviewItem) => void) | — |
onReviewStatusChangeOptional | ((item: ReviewItem, status: ReviewStatus) => void) | — |
emptyLabelOptional | string | "No changes" |
customizeOptional | UiCustomization | — |