Skip to content 

ProviderEntry Interface

Packages > @fluidframework/synthesize > ProviderEntry

ProviderEntry is a mapping of the type to the Provider

Signature:

export interface ProviderEntry<T extends keyof IFluidObject> 

Properties

List of properties of this interface
Property Type Description
provider FluidObjectProvider
type T

Events

provider

Signature:

provider: FluidObjectProvider<T>;

type

Signature:

type: T;