Skip to main content
Version: v1

IPendingFlushMode Interface

This represents a FlushMode update and is added to the pending queue when setFlushMode is called on the ContainerRuntime and the FlushMode changes.

Signature

export interface IPendingFlushMode

Properties

Property Type Description
flushMode FlushMode
type "flushMode"

Property Details

flushMode

Signature
flushMode: FlushMode;

Type: FlushMode

type

Signature
type: "flushMode";

Type: "flushMode"