Skip to main content
Version: 2.1.4

IAppShieldProps

3p-core v2.1.4


3p-core / IAppShieldProps

Interface: IAppShieldProps

Props passed to the AppShield wrapper component for global app context initialization.

Properties

PropertyTypeDescription
customContext?anyOptional custom application-specific context.
customLoadingComponent?ElementDrop in your own loading component if you don’t like modals or want to match a brand style.
loadingModalProps?ILoadingModalPropsOptional props passed to the default loading modal.
onLoadingStateChanged?(loading) => anyOptional custom calback to manage custom loading state change. Disable the default loading animation if provided.
spSPFIInitialized SPFI instance for SharePoint communication.
webPartContextWebPartContextWeb part context provided by SPFx.