3p-core v2.1.4
3p-core / IAppShieldProps
Interface: IAppShieldProps
Props passed to the AppShield
wrapper component for global app context initialization.
Properties
Property | Type | Description |
---|
customContext? | any | Optional custom application-specific context. |
customLoadingComponent? | Element | Drop in your own loading component if you don’t like modals or want to match a brand style. |
loadingModalProps? | ILoadingModalProps | Optional props passed to the default loading modal. |
onLoadingStateChanged? | (loading ) => any | Optional custom calback to manage custom loading state change. Disable the default loading animation if provided. |
sp | SPFI | Initialized SPFI instance for SharePoint communication. |
webPartContext | WebPartContext | Web part context provided by SPFx. |