Skip to content

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

ParameterTypeDefault valueDescription
dynamicLineDynamicLineV10undefinedLatest dynamic line
layoutIndexnumberundefinedIndex of the layout to get the personalizable images from
includeEssentialsbooleanfalse-

PersonalizableImage[]

Personalizable images from the layout