Skip to content

Commit f1d5f4a

Browse files
Revise SPFx Extensions overview and add Search Query Modifier (#10689)
Updated the SPFx Extensions overview with new information and corrected the date.
1 parent e951848 commit f1d5f4a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
title: Overview of SharePoint Framework (SPFx) Extensions
33
description: Use SPFx Extensions to customize more facets of the SharePoint experience, including notification areas, toolbars, and list data views.
4-
ms.date: 11/08/2022
4+
ms.date: 03/02/2026
55
ms.localizationpriority: high
66
---
77

88
# Overview of SharePoint Framework Extensions
99

1010
You can use SharePoint Framework (SPFx) Extensions to extend the SharePoint user experience. With SPFx Extensions, you can customize more facets of the SharePoint experience, including notification areas, toolbars, list data views, and forms. SPFx Extensions are available in all Microsoft 365 subscriptions for production usage.
1111

12-
SPFx Extensions enable you to extend the SharePoint user experience within modern pages and document libraries, while using the familiar SPFx tools and libraries for client-side development. Specifically, the SPFx includes four extension types:
12+
SPFx Extensions enable you to extend the SharePoint user experience within modern pages and document libraries, while using the familiar SPFx tools and libraries for client-side development. Specifically, the SPFx includes five extension types:
1313

1414
- **Application Customizers**: Adds scripts to the page, and accesses well-known HTML element placeholders and extends them with custom renderings.
1515
- **Field Customizers**: Provides modified views to data for fields within a list.
1616
- **Command Sets**: Extends the SharePoint command surfaces to add new actions, and provides client-side code that you can use to implement behaviors.
17-
- **Form Customizer**: Provides a way to assoicate and override default new, edit and view form experience of list and libraries with custom forms by associating component to content type .
17+
- **Form Customizer**: Provides a way to associate and override the default new, edit and view form experience of lists and libraries with custom forms by associating components to content types.
18+
- **Search Query Modifier**: Enables modification of SharePoint search queries before they are executed, allowing you to inject filters, refine results, or dynamically adjust search behavior.
1819

19-
You can build extensions alongside common scripting frameworks, such as Angular and React, or to plain JavaScript projects. For example, you can use React along with components from Office UI Fabric React to create experiences based on the same components used in Microsoft 365.
20+
You can build extensions alongside common scripting frameworks, such as Angular and React, or to plain JavaScript projects. For example, you can use React along with components from Fluent UI React to create experiences based on the same components used in Microsoft 365.
2021

2122
> [!IMPORTANT]
2223
> The SharePoint page [HTML DOM](https://www.w3.org/TR/WD-DOM/introduction.html) is not an API. You should avoid taking any dependencies on the page DOM structure or CSS styles, which are subject to change and potentially break your solutions. SharePoint Framework provides a rich API to customize the SharePoint experience in reliable ways and is the only supported means to interact with the SharePoint page HTML DOM.
@@ -25,3 +26,4 @@ You can build extensions alongside common scripting frameworks, such as Angular
2526

2627
- [Overview of the SharePoint Framework](../sharepoint-framework-overview.md)
2728
- [SharePoint Framework development tools and libraries](../tools-and-libraries.md)
29+

0 commit comments

Comments
 (0)