AboutSupportDeveloper GuideVersion 38.126.82.64

Interface LayoutEntityDefinition<TLayoutEntityType>

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

Type Parameters

Properties

Properties

entityId: string