--- title: BoxEditLink component (Deprecated) slug: '1039' canonical_url: https://docs.coveo.com/en/1039/ collection: coveo-for-salesforce source_format: adoc --- # BoxEditLink component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the August 2023 release of Coveo for Salesforce version [5.2](https://docs.coveo.com/en/n5bj0150#august-2023-release-v5-2-initial-release). This component provides a clickable button that expands the current interface to another page that contains the Interface Editor. ## Options ### uri Specifies the URI of the page that hosts the Interface Editor. > **Note** > > This option is normally already set for you when you include the [Box Visualforce component](https://docs.coveo.com/en/1103/). **Example** With a `/apex/InterfaceEditor` uri, the component would look like this: ```xml ``` ### icon Specifies the icon that the component should use. The default value is `coveo-sprites-box-settings`. ```xml ``` Where you can replace `` by the icon that the component should use. ### queryStringParams Specifies the query string parameters that should be passed to the page that hosts the Interface Editor. > **Note** > > This option is normally already set for you when you include the [Box Visualforce component](https://docs.coveo.com/en/1103/). ## Methods This component doesn't provide any methods. ## Usage ```xml ```