Interface: IItemLoadTransform

Defines the configuration for an item load transform on a given viewer type

Properties

conflictBehavior

conflictBehavior: ComponentConflictBehavior

Indicates to the extension framework how transform conflicts should be handled


transformFn

transformFn: ItemLoadTransformFn

The function that applies the transform


viewerType

viewerType: string

Viewer Type that the extension applies to Currently the only supported viewerType is 'native'. Transforms registered against other viewers will not run and an error will be logged to the console.