AboutSupportDeveloper GuideVersion 41.129.83.3

Interface LayoutEntityDefinition<TLayoutEntityType>

interface LayoutEntityDefinition<TLayoutEntityType> {
    entityId: string;
    type: TLayoutEntityType;
}

Type Parameters

Properties

Properties

entityId: string