Skip to content 

IDisposable Interface

Packages > @fluidframework/common-definitions > IDisposable

Signature:

export interface IDisposable 

Properties

List of properties of this interface
Property Type Description
disposed boolean

Methods

List of methods of this class
Method Description
dispose(error)

Events

disposed

Signature:

readonly disposed: boolean;

Methods

dispose

Signature:

dispose(error?: Error): void;

Parameters

List of parameters
Parameter Type Description
error Error

Returns:

void