@openfin/web-notifications 45.1.0-alpha-4875 → 45.1.0-alpha-4882
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/web/index.d.ts +8 -0
- package/dist/web/index.js +6 -6
- package/package.json +1 -1
package/dist/web/index.d.ts
CHANGED
|
@@ -1224,6 +1224,14 @@ interface ButtonOptions {
|
|
|
1224
1224
|
* @hidden
|
|
1225
1225
|
*/
|
|
1226
1226
|
index?: number;
|
|
1227
|
+
/**
|
|
1228
|
+
* When true, clicking this button does not automatically dismiss the notification.
|
|
1229
|
+
* The notification remains visible in both the toast and Notification Center.
|
|
1230
|
+
*
|
|
1231
|
+
* The X (close) button always dismisses regardless of this flag.
|
|
1232
|
+
* @default false
|
|
1233
|
+
*/
|
|
1234
|
+
persistOnClick?: boolean;
|
|
1227
1235
|
formOptions?: {
|
|
1228
1236
|
/**
|
|
1229
1237
|
* Title to display on a button when form is submitting.
|