Interface ReactMarvinProps

The properties for the React wrapper.

interface ReactMarvinProps {
    onReady?: ((ui) => void);
    settings: MarvinProSettings;
}

Properties

Properties

onReady?: ((ui) => void)

Type declaration

    • (ui): void
    • This callback is called when the wrapped Marvin Pro instance is ready, and gives a chance to get a hold of the MarvinPro, which contains all of the api functionalities.

      Parameters

      Returns void

Configuration options for Marvin Pro.

Generated using TypeDoc