IFluidBrowserPackage Interface
A Fluid package for specification for browser environments
Signature
export interface IFluidBrowserPackage extends IFluidPackage
Extends: IFluidPackage
Properties
Property | Type | Description |
---|---|---|
fluid | { browser: IFluidBrowserPackageEnvironment; [environment: string]: IFluidPackageEnvironment; } | This object represents the Fluid specific properties of the package |
Property Details
fluid
This object represents the Fluid specific properties of the package
Signature
fluid: {
browser: IFluidBrowserPackageEnvironment;
[environment: string]: IFluidPackageEnvironment;
};
Type: { browser: IFluidBrowserPackageEnvironment; [environment: string]: IFluidPackageEnvironment; }