An action button for NotificationService.info and friends. title is what the user sees; value is what the caller gets back — keeping the two separate means a localized/dynamic label never has to double as the code's branching key.
title
value
Optional
Readonly
Whether this action is used when the user dismisses the dialog (e.g. Escape) on a modal.
Button label shown to the user.
Value returned to the caller when this button is clicked.
An action button for NotificationService.info and friends.
titleis what the user sees;valueis what the caller gets back — keeping the two separate means a localized/dynamic label never has to double as the code's branching key.