Skip to main content

HasContainerKey Interface

Common interface for data associated with a particular Container registered with the Devtools.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

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

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature

/** @sealed */
export interface HasContainerKey

Properties

Property Alerts Modifiers Type Description
containerKey Beta readonly ContainerKey A key used to identify and differentiate Containers registered with the IFluidDevtools.

Property Details

containerKey

A key used to identify and differentiate Containers registered with the IFluidDevtools.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

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

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature
readonly containerKey: ContainerKey;

Type: ContainerKey

Remarks

Each Container registered with the Devtools must be assigned a unique containerKey.