sp core library.idisposable.isdisposed - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-core-library > IDisposable > isDisposed
Returns true if the dispose() method has been called. Once an object is disposed, it remains in this state permanently.
Signature:
isDisposed: boolean;After the object has been disposed, do not call its methods or access its properties.