DotNaos UI
Source controlChangesReview

List

List from the Source control package.

Source code

Waiting for the preview before loading source files · 2 of 2

Properties

Public properties derived from the component’s TypeScript signature.

PropertyTypeDefault
itemsRequired
readonly ReviewItem[]
selectedIdOptional
string | null
onSelectOptional
((item: ReviewItem) => void)
onOpenOptional
((item: ReviewItem) => void)
onReviewStatusChangeOptional
((item: ReviewItem, status: ReviewStatus) => void)
emptyLabelOptional
string
"No changes"
customizeOptional
UiCustomization