HasContainerKey Interface
Common interface for data associated with a particular Container registered with the Devtools.
This API is provided as a beta preview and may change without notice.
To use, import via @fluidframework/devtools-core/beta
.
For more information about our API support guarantees, see here.
Signature
export interface HasContainerKey
Properties
Property | Alerts | Type | Description |
---|---|---|---|
containerKey | Beta |
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 provided as a beta preview and may change without notice.
To use, import via @fluidframework/devtools-core/beta
.
For more information about our API support guarantees, see here.
Signature
containerKey: ContainerKey;
Type: ContainerKey
Remarks
Each Container registered with the Devtools must be assigned a unique containerKey
.