Skip to content 

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

List of properties of this interface
Property Type Description
fluid { browser: { [libraryTarget: string]: { files: string[]; library: string; }; }; }

Events

fluid

Signature:

fluid: {
        browser: {
            [libraryTarget: string]: {
                files: string[];
                library: string;
            };
        };
    };