Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IItemLoadTransform

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

Hierarchy

  • IItemLoadTransform

Index

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: ViewerType

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.