• A mixin which extends each Document definition with specialized client-side behaviors. This mixin defines the client-side interface for database operations and common document behaviors.

    Parameters

    • Base: typeof Document

      The base Document class to be mixed

    Returns typeof ClientDocument