Interface AppStore

The app store.

To access the application's store, use the useAppStore() hook.

Please note, by default the app store exists beyond an application's view.

Hierarchy

  • AppStore

Methods

  • Called when a message is received.

    In order for this method to be called, an application must declare its interested messages in messages.

    Parameters

    Returns void | Promise<void>

  • Used as a workaround for empty interfaces.

    Returns string

Generated using TypeDoc