Conformal TypeScript API
    Preparing search index...

    Function UiStateProvider

    • Provides the ui state to the component tree.

      Use the useUiState hook to get and set the UI State.

      UI State is arbitrary data managed by the react UI that is not connected to any plug-in parameters. This data is saved in the DAW alongside the plug-in, and persists between DAW sessions.

      Note that this requires a Provider to be present to use the store.

      Type Parameters

      • T

        The type of the ui state.

      Parameters

      Returns Element