Source controlHistory
Commit Graph
Commit Graph from the Source control package.
Loading CommitGraph…
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 |
|---|---|---|
commitsRequired | readonly GitCommit[] | — |
selectedOidOptional | string | null | — |
defaultSelectedOidOptional | string | null | — |
colorByTipOidOptional | Readonly<Record<string, string>> | {} |
checkedOutOidOptional | string | null | — |
emptyLabelOptional | string | "No commits" |
showDetailsOptional | boolean | true |
onSelectOptional | ((commit: GitCommit) => void) | — |
customizeOptional | UiCustomization | — |