Home > @uniformdev/mesh-sdk > CanvasEditorToolsLocationMetadata
CanvasEditorToolsLocationMetadata type
Signature:
type CanvasEditorToolsLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
releaseId?: string;
state?: number;
locales: Locale[];
}, TIntegrationConfiguration>;
References: CommonMetadata, Locale