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

sp core library.ispeventobserver.instanceid

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

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

ISPEventObserver.instanceId property

The instance identifier for the component.

Signature:

readonly instanceId: string;

Remarks

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

Clone this wiki locally