IDisposable Interface
Packages > @fluidframework/common-definitions > IDisposable
Signature:
export interface IDisposable
Properties
Property | Type | Description |
---|---|---|
disposed | boolean |
Methods
Method | Description |
---|---|
dispose(error) |
Events
disposed
Signature:
readonly disposed: boolean;
Methods
dispose
Signature:
dispose(error?: Error): void;
Parameters
Parameter | Type | Description |
---|---|---|
error | Error |
Returns:
void