Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginSlice

Hierarchy

  • PluginSlice

Index

Properties

plugins

plugins: GraphiQLPlugin[]

A list of all current plugins, including the built-in ones (the doc explorer and the history).

default

[]

Optional referencePlugin

referencePlugin: GraphiQLPlugin | null

The plugin which is used to display the reference documentation when selecting a type. Pass null to remove plugin.

visiblePlugin

visiblePlugin: GraphiQLPlugin | null

The plugin which is currently visible.

Methods

Optional onTogglePluginVisibility

  • onTogglePluginVisibility(visiblePlugin: GraphiQLPlugin | null): void

Generated using TypeDoc