AboutSupportDeveloper GuideVersion 38.126.82.61

Interface LayoutEntityDefinition<TLayoutEntityType>

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

Type Parameters

Properties

Properties

entityId: string