Optional
source: DeepPartial<ReviewMorePopupMenu>The background color of the popup menu.
"?sbColorSurface";
Configuration of the 'delete all' button.
new PopupMenuItem({
"title": new StyledText({
"text": "?reviewScreenDeleteAllButtonTitle",
"color": "?sbColorNegative"
}),
"accessibilityDescription": "?accessibilityDescriptionReviewDeleteAllButton",
"icon": new IconStyle({
"color": "?sbColorNegative"
})
});
Generated using TypeDoc
Configuration of the 'more' popup menu for the review screen.