Configuration of the 'more' popup menu for the review screen.

Hierarchy

  • PartiallyConstructible
    • ReviewMorePopupMenu

Constructors

Properties

Constructors

Properties

backgroundColor: string

The background color of the popup menu.

Default Value

"?sbColorSurface";
deleteAll: PopupMenuItem

Configuration of the 'delete all' button.

Default Value

new PopupMenuItem({
"title": new StyledText({
"text": "?reviewScreenDeleteAllButtonTitle",
"color": "?sbColorNegative"
}),
"accessibilityDescription": "?accessibilityDescriptionReviewDeleteAllButton",
"icon": new IconStyle({
"color": "?sbColorNegative"
})
});

Generated using TypeDoc