SharePoint Framework support for building client-side components
This package supports development of client-side components (e.g. web parts, client-side extensions, and applications) built using the SharePoint Framework. It defines the base classes/interfaces that represent the functionality that is common across all client-side component types.
Class | Description |
---|---|
BaseComponent |
Base class for client-side components such as BaseClientSideWebPart, BaseExtension, etc. |
BaseComponentContext |
The base class for context objects for client-side components. |
Interface | Description |
---|---|
IClientSideComponentContext |
The base context interface for client-side components. |