HasContainerKey Interface
Common interface for data associated with a particular Container registered with the Devtools.
For more information about our API support guarantees, see here.
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.
For more information about our API support guarantees, see here.
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
.