ContainerKey TypeAlias
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
export type ContainerKey = string;
Remarks
Each Container registered with the Devtools must be assigned a unique containerKey
.
Example
"Canvas Container"