Skip to main content

IFluidPackageEnvironment Interface

Specifies an environment on Fluid property of a IFluidPackage.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IFluidPackageEnvironment

Index Signatures

IndexSignature Alerts Description
[target: string]: undefined | { files: string[]; [key: string]: unknown; } Alpha The name of the target. For a browser environment, this could be umd for scripts or css for styles.

Index Signature Details

[target: string]: undefined | { files: string[]; [key: string]: unknown; }

The name of the target. For a browser environment, this could be umd for scripts or css for styles.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

[target: string]: undefined | {
files: string[];
[key: string]: unknown;
};