Properties

actionTransform

actionTransform?: string

Action to run to trigger this extension, defaults to “transform”

actionLoad

actionLoad?: string

Action to run to trigger file load

shouldTransform

shouldTransform?: __type

Determines if we should transform the entry, if true, the actionTransfrom prop is set automatically. When this prop is set the actionTransform prop cannot be set to false to reset the transform

parallel

parallel?: number

How many transform operations can run in parallel, defaults to 1