Skip to main content

DialogQueueSessionMixin

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

packages/product-core/src/Session/DialogQueue.ts

DialogQueueSessionMixin - Getters

getter: DialogComponent

// type
any

getter: DialogProps

// type
unknown

DialogQueueSessionMixin - Actions

action: removeActiveDialog

// type signature
removeActiveDialog: () => void

action: queueDialog

// type signature
queueDialog: (cb: (doneCallback: () => void) => [any, unknown]) => void