Interface ISharedFactory

A factory interface for creating ISharedDocument objects.

Hierarchy

  • ISharedFactory

Properties

Methods

Properties

collaborative?: boolean

Whether the IDrive supports real-time collaboration or not. Note: If it is not provided, it is false by default.

Methods

  • Create a new ISharedDocument instance.

    It should return undefined if the factory is not able to create a ISharedDocument.

    Parameters

    Returns ISharedDocument

Generated using TypeDoc