Last date modified: 2025-Jul-02

Type Alias: ItemListFieldValueTransformIdentificationFn()

ItemListFieldValueTransformIdentificationFn: (api) => Promise<number[]>

Function used to retrieve the list of field artifact IDs the field value transform will be applied to

This method will block the rendering of any item lists in the Review Interface UI. Currently, this method is only invoked once at application startup. In the future, it may be invoked periodically, in order to update the list of fields to apply the transform to.

Parameters

api: IReviewInterfaceApi

Public Review Interface API

Returns

Promise<number[]>

a Promise that resolves to the array of field artifact IDs that should apply the transform

Return to top of the page
Feedback