Skip to content 

ILoaderHeader Interface

Packages > @fluidframework/container-definitions > ILoaderHeader

Set of Request Headers that the Loader understands and may inspect or modify

Signature:

export interface ILoaderHeader 

Properties

List of properties of this interface
Property Type Description
"execution-context" string
"fluid-cache" boolean
"fluid-client-details" IClientDetails
"fluid-reconnect" boolean
"fluid-sequence-number" number
pause boolean
version string | undefined | null

Events

“execution-context”

Signature:

[LoaderHeader.executionContext]: string;

“fluid-cache”

Signature:

[LoaderHeader.cache]: boolean;

“fluid-client-details”

Signature:

[LoaderHeader.clientDetails]: IClientDetails;

“fluid-reconnect”

Signature:

[LoaderHeader.reconnect]: boolean;

“fluid-sequence-number”

Signature:

[LoaderHeader.sequenceNumber]: number;

pause

Signature:

[LoaderHeader.pause]: boolean;

version

Signature:

[LoaderHeader.version]: string | undefined | null;