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.
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.
Signature
readonly containerKey: ContainerKey;
Type: ContainerKey
Remarks
Each Container registered with the Devtools must be assigned a unique containerKey
.