Last date modified: 2025-Jul-02

Interface: IItemListFieldValueTransform

Defines a transform to apply to item list field values before rendering. This can be used to format item list values.

For example, an item list field value transform could be used to format XML field values into more user-friendly HTML before the values are rendered in the UI.

Properties

retrieveFieldArtifactIds

retrieveFieldArtifactIds: ItemListFieldValueTransformIdentificationFn

The function used to retrieve the list of field artifact IDs that should apply this transform


transformFn

transformFn: ItemListFieldValueTransformFn

The function that applies the transform

Return to top of the page
Feedback