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

sp core library.ispeventobserver.componentid

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

Home > @microsoft/sp-core-library > ISPEventObserver > componentId

ISPEventObserver.componentId property

The component identifier, from the component's manifest.

Signature:

readonly componentId: string;

Remarks

This will be used for diagnostic reporting, e.g. if the callback function has an uncaught exception

Clone this wiki locally