Skip to content

Commit e667927

Browse files
authored
Update enterprise-guidance.md
Clarified supportability limits for working directly with page DOM
1 parent 8f06542 commit e667927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/spfx/enterprise-guidance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ One of the most common patterns in SharePoint Online extensibility has been the
4242

4343
The SharePoint Framework is a new model, an addition to already existing methods, but focused on leveraging more value to user interface customizations such as client-side web parts. This framework is designed to work in conjunction with already existing working models and makes it easier to create new user interface customizations in a more supported and sustainable way.
4444

45+
> [!IMPORTANT]
46+
> The SharePoint DOM is not a supported API. You should avoid taking any dependencies on the 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 and is the only supported means to interact with the SharePoint DOM.
47+
4548
### Compared with add-ins
4649

4750
SharePoint Add-ins, previously known as SharePoint Apps and introduced in SharePoint 2013, have been one of the only available options of adding customizations to SharePoint Online in a supported and governed way. However, SharePoint Add-ins require a lot more infrastructure than necessary in many cases where a simple user interface customization is needed.

0 commit comments

Comments
 (0)