You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a list of component IDs that can be loaded with SPComponentLoader and are the components themselves able to be modified? Or are they canned components?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the react-directory sample web part, the ID of the component for a user's Microsoft Profile Card is:
const LIVE_PERSONA_COMPONENT_ID: string = '914330ee-2df2-4f6e-a858-30c23a812408';
which is used in SPComponentLoader to load the Profile Card:
Is there a list of component IDs that can be loaded with SPComponentLoader and are the components themselves able to be modified? Or are they canned components?
Beta Was this translation helpful? Give feedback.
All reactions