getPersonalizableImages
function getPersonalizableImages(dynamicLine: DynamicLineV10, layoutIndex: number, includeEssentials: boolean): PersonalizableImage[];Defined in: dynamic-line-utils/src/helpers/personalizableImageHelpers.ts:130
Returns all personalizable images from a layout
NOTE: You may need to call upgradeDynamicLineToLatestVersion before using this function
Parameters
Section titled “Parameters”| Parameter | Type | Default value | Description |
|---|---|---|---|
dynamicLine | DynamicLineV10 | undefined | Latest dynamic line |
layoutIndex | number | undefined | Index of the layout to get the personalizable images from |
includeEssentials | boolean | false | - |
Returns
Section titled “Returns”Personalizable images from the layout