MAIDR Documentation - v3.58.2
    Preparing search index...

    Interface MaidrContextValue

    Values provided to the MAIDR React component tree via context. This replaces global singletons with per-instance dependency injection.

    interface MaidrContextValue {
        viewModelRegistry: ViewModelRegistry;
        commandExecutor: CommandExecutor;
    }
    Index

    Properties

    viewModelRegistry: ViewModelRegistry

    The view model registry for this MAIDR plot instance.

    commandExecutor: CommandExecutor

    The command executor for this MAIDR plot instance.