Home > @uniformdev/mesh-sdk > EmbeddedEditorLocationMetadata

EmbeddedEditorLocationMetadata type

Warning: This API is now obsolete.

Alpha version of the EmbeddedEditor location. This location is not yet available for use in the Mesh SDK. And only available for internal use.

Signature:

type EmbeddedEditorLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
    dataType: DataType;
    dataSource: DataSource;
    actionType: 'edit' | 'create';
}, TIntegrationConfiguration>;

References: CommonMetadata, DataSource