Deploying Extensions
In the previous chapter, we learned about Adaptive Card Extensions (ACEs) – one of the multiple elements we can create using SPFx. We understood what they are (custom cards for the Microsoft Viva Connections dashboard) and then saw how to create one from scratch. We looked into the different views of an ACE (card view and quick view) and then looked into the properties and state of an ACE and what role they play in rendering the data of an ACE. We then concluded the chapter by creating an ACE that showed the products grouped by color, along with the number in stock for those.
That was the last chapter showing the various elements of SPFx. Until now, as part of SPFx extensions, we have seen the following:
- Form customizer (Chapter 9)
- Application Customizer (Chapter 10)
- Field Customizer (Chapter 11)
- ListView Command Set (Chapter 12)
- Search Query modifier (Chapter 13)
- ACEs (Chapter 14)
In this chapter, we will understand...