Documentation
    Preparing search index...

    Interface MeasurementMagnifierPlugin

    interface MeasurementMagnifierPlugin {
        getStore(): StoreApi;
        setMagnifierSupported(supported: boolean): void;
        setMagnifierVisible(visible: boolean): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • The store used by the plugin.

      Returns StoreApi

      Do not use this directly in user-land code. Either:

      • In React code, use the useRendererPluginStore or useRendererPluginStoreLazy hook.
      • In non-React code, add methods to mutate the store to the plugin's API instead.