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

sp component base.basecomponent.manifest

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

Home > @microsoft/sp-component-base > BaseComponent > manifest

BaseComponent.manifest property

Provides access to the manifest for the client-side component. virtual

Signature:

get manifest(): IClientSideComponentManifest;

Remarks

Child classes can override this with more specialized manifest types.

Clone this wiki locally