Skip to main content
Version: v1

IContainerLoadMode Interface

Signature

export interface IContainerLoadMode

Properties

Property Modifiers Type Description
deltaConnection optional "none" | "delayed" | undefined
opsBeforeReturn optional undefined | "cached" | "all"

Property Details

deltaConnection

Signature

deltaConnection?: "none" | "delayed" | undefined;

Type: "none" | "delayed" | undefined

opsBeforeReturn

Signature

opsBeforeReturn?: undefined | "cached" | "all";

Type: undefined | "cached" | "all"