Interface: IItemLoadTransformResult
The result of an item load transform that describes the parameters which will be passed to the viewer card instance's cardLoadItem() method
Properties
item
item:
IQueueItem
The queue item to be loaded into the viewer
options
options:
ILoadOptions
The options that will be used when invoking the viewer card instance's cardLoadItem() method
Note: The cancellation token cannot be overridden. The original cancellation token that is passed to the transform function will also be passed
to the cardLoadItem() method.