@microsoft/sp-component-base package
In this article
SharePoint Framework support for building client-side components
Classes
Base |
The base class for client-side components such as BaseClientSideWebPart or BaseExtension. |
Base |
The base class for context objects for client-side components. |
Dynamic |
The Dynamic Data Provider allows components to consume Dynamic Data. It allows components to request Dynamic Data sources and register/unregister to those. |
Dynamic |
The Dynamic Data Source Manager is responsible for: - Constructing the dynamic data source - Allowing initialization of the dynamic data source by a component - Allowing data source to update its metadata and notify when data has been updated. |
Dynamic |
Serializable object that simplifies usage of a DynamicProperty. |
Theme |
The object passed when the IThemeProvider.themeChangedEvent is raised. |
Theme |
The ThemeProvider class provides the capability to get different themes from the Framework. Themes can be provided in different contexts, e.g. Canvas sections may provide a variant of the global theme in some contexts. |
Interfaces
IComponent |
This is the structure used for map values for component properties metadata. |
IReadonly |
|
IReadonly |
Immutable ITheme. |
ISerialized |
Contains collections of data that can be processed by server side services like search index and link fixup |
ITheme |
Collection of theme values, which can be used to programatically style components. |