Salesforce-Platform-User-Experience-Designer Practice Test
Salesforce Spring 25 Release 207 Questions
Cloud Kicks wants to modify one of its custom Lightning Web Components so that
itsadministrators can change the look and feel depending on what type of Lightning page is
used in.
Which feature should be recommended?
A. Styling hooks
B. CSS loaded as a static resource
C. App Builder styling property
D. SLDS utility classes
C. App Builder styling property
Explanation:
An App Builder styling property is a feature that allows a Lightning web component to
expose CSS properties that can be set by an administrator in the Lightning App Builder.
This way, the administrator can customize the look and feel of the component depending on
the context and use case. For example, a component can have a styling property for the
background color, the font size, or the border radius. The administrator can then change
these values in the App Builder without modifying the code of the component.