@fluidframework/tinylicious-client Package
The **tinylicious-client** library provides a simple and powerful way to consume collaborative Fluid data with the Tinylicious service.
The Tinylicious service is a local, in-memory Fluid service intended for prototyping and development purposes.
See https://fluidframework.com/docs/testing/tinylicious/
Interfaces
| Interface | Modifiers | Description | 
|---|---|---|
| TinyliciousClientProps | sealed | 
    Properties for initializing a TinyliciousClient. | 
  
| TinyliciousConnectionConfig | sealed | 
    Parameters for establishing a connection with the a Tinylicious service. | 
  
| TinyliciousContainerServices | sealed | 
    Holds the functionality specifically tied to the Tinylicious service, and how the data stored in the IFluidContainer is persisted in the backend and consumed by users. | 
| TinyliciousMember | sealed | 
    Tinylicious IMember. | 
  
| TinyliciousUser | sealed | 
    Tinylicious @fluidframework/fluid-static#IUser. | 
  
Classes
| Class | Modifiers | Description | 
|---|---|---|
| TinyliciousClient | sealed | 
    Provides the ability to have a Fluid object backed by a Tinylicious service. | 
Types
| TypeAlias | Modifiers | Description | 
|---|---|---|
| ITinyliciousAudience | sealed | 
    Tinylicious IServiceAudience. |