convertLockupContentToDD
function convertLockupContentToDD( content: ContentV2 | ContainerV3, personalziedLockupFields: PersonalizedLockupField[], fillPurposeInTextFieldsIfLocaltizationNotPresent: boolean,): Container | Content;Defined in: dynamic-line-utils/src/helpers/textPersonalizationHelpers.ts:237
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
content | ContentV2 | ContainerV3 | undefined |
personalziedLockupFields | PersonalizedLockupField[] | undefined |
fillPurposeInTextFieldsIfLocaltizationNotPresent | boolean | false |
Returns
Section titled “Returns”Container | Content