AboutSupportDeveloper GuideVersion 40.128.82.13

Interface LayoutEntityDefinition<TLayoutEntityType>

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

Type Parameters

Properties

Properties

entityId: string