AboutSupportDeveloper GuideVersion 41.130.100.28

Interface LayoutEntityDefinition<TLayoutEntityType>

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

Type Parameters

Properties

Properties

entityId: string