Interface: IStackInput
StackInput that can be used to add an image actor to a viewport. It includes
mandatory imageId but other options such as visibility and callback
can also be provided
Indexable
[key: string]: unknown
Properties
actorUID?
optionalactorUID:string
Defined in
packages/core/src/types/IStackInput.ts:23
callback?
optionalcallback:StackInputCallback
Callback to be called when the image is added to the viewport
Defined in
packages/core/src/types/IStackInput.ts:27
imageId
imageId:
string
imageId of the image in the cache
Defined in
packages/core/src/types/IStackInput.ts:21
visibility?
optionalvisibility:boolean
Visibility of the image actor - by default it is true