IFluidPackage Interface
Packages > @fluidframework/container-definitions > IFluidPackage
Fluid-specific properties expected on a package to be loaded by the Fluid code loader
Signature:
export interface IFluidPackage extends IPackage
Extends: IPackage
Properties
Property | Type | Description |
---|---|---|
fluid | { browser: { [libraryTarget: string]: { files: string[]; library: string; }; }; } |
Events
fluid
Signature:
fluid: {
browser: {
[libraryTarget: string]: {
files: string[];
library: string;
};
};
};