Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginActions

Hierarchy

  • PluginActions

Index

Methods

setPlugins

setVisiblePlugin

  • Defines the plugin which is currently visible.

    Parameters

    • Optional plugin: GraphiQLPlugin | string | null

      The plugin that should become visible. You can either pass the plugin object (has to be referentially equal to the one passed as prop) or the plugin title as string. If null is passed, no plugin will be visible.

    Returns void

Generated using TypeDoc