Skip to content 

IFluidCodeDetails Interface

Packages > @fluidframework/container-definitions > IFluidCodeDetails

Data structure used to describe the code to load on the Fluid document

Signature:

export interface IFluidCodeDetails 

Properties

List of properties of this interface
Property Type Description
config IPackageConfig Configuration details. This includes links to the package manager and base CDNs.
package string | IFluidPackage The code package to be used on the Fluid document. This is either the package name which will be loaded from a package manager. Or the expanded Fluid package.

Events

config

Configuration details. This includes links to the package manager and base CDNs.

Signature:

config: IPackageConfig;

package

The code package to be used on the Fluid document. This is either the package name which will be loaded from a package manager. Or the expanded Fluid package.

Signature:

package: string | IFluidPackage;