docs-devsite/messaging_.fcmoptions.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Options for features provided by the FCM SDK for Web. See WebpushFcmOptions<!-- -->.
<b>Signature:</b>
export interface FcmOptions
| Property | Type | Description |
|---|---|---|
| analyticsLabel | string | The label associated with the message's analytics data. |
| link | string | The link to open when the user clicks on the notification. |
The label associated with the message's analytics data.
<b>Signature:</b>
analyticsLabel?: string;
The link to open when the user clicks on the notification.
<b>Signature:</b>
link?: string;