Skip to main content

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?

optional actorUID: string

Defined in

packages/core/src/types/IStackInput.ts:23


callback?

optional callback: 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?

optional visibility: boolean

Visibility of the image actor - by default it is true

Defined in

packages/core/src/types/IStackInput.ts:25