Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp component base.basecomponentcontext.pagecontext

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-component-base > BaseComponentContext > pageContext

BaseComponentContext.pageContext property

The page context provides standard definitions for common SharePoint objects that need to be shared between the client-side application, web parts, and other components.

Signature:

get pageContext(): PageContext;
Clone this wiki locally