diff --git a/in-app-manual/plugins/uipluginapi.md b/in-app-manual/plugins/uipluginapi.md index 4fbb122..5eab933 100644 --- a/in-app-manual/plugins/uipluginapi.md +++ b/in-app-manual/plugins/uipluginapi.md @@ -27,6 +27,10 @@ An example using various aspects of `PluginApi` may be found in the source code An instance of the React library. +### `ReactDOM` + +An instance of the ReactDOM library. + ## `GQL` This namespace contains the generated graphql client interface. This is a low-level interface. In many cases, `StashService` should be used instead. @@ -40,6 +44,8 @@ This namespace contains the generated graphql client interface. This is a low-le - `Intl` - `FontAwesomeRegular` - `FontAwesomeSolid` +- `Mousetrap` +- `MousetrapPause` ## `register`