Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 7, 2024
1 parent 8e94c66 commit 9aa2974
Show file tree
Hide file tree
Showing 10 changed files with 431 additions and 80 deletions.
60 changes: 60 additions & 0 deletions lib/apidocs/DialogQueueSessionMixin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
id: dialogqueuesessionmixin
title: DialogQueueSessionMixin
---

Note: this document is automatically generated from mobx-state-tree objects in
our source code.

### Source file

[src/DialogQueue.ts](https://github.com/GMOD/react-msaview/blob/main/lib/src/DialogQueue.ts)






### DialogQueueSessionMixin - Getters
#### getter: DialogComponent



```js
// type
any
```

#### getter: DialogProps



```js
// type
any
```





### DialogQueueSessionMixin - Actions
#### action: queueDialog



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

#### action: removeActiveDialog



```js
// type signature
removeActiveDialog: () => void
```


Loading

0 comments on commit 9aa2974

Please sign in to comment.