This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Where does a SharePoint Framework application customizer render its content on a page?
In predefined placeholders such as the page header and footer.
Only inside the property pane of a client-side web part.
Directly within the cells of an individual list column.
How are an application customizer's properties supplied when the extension is deployed to production?
As a JSON-encoded string in the elements.xml manifest file.
As query string parameters appended to every page request.
As values entered in the serve.json file at runtime.
What does a SharePoint Framework field customizer extension change?
The rendering of a column's cells in a list view.
The header and footer regions of every site page.
The buttons shown on a list's command toolbar.
How does a field customizer modify the contents of a cell?
By setting markup on the cell's event.domElement element.
By returning an HTML string from the onRenderCell() method.
By editing the list's column schema in SharePoint.
What capability does a SharePoint Framework command set extension add to a list?
Custom buttons in the list toolbar and item context menu.
A colored data bar rendered inside a list column.
A custom banner across the top of every site page.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?