Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThemeProps

Hierarchy

  • ThemeProps

Index

Properties

Optional defaultTheme

defaultTheme: Theme
default

null

Optional editorTheme

editorTheme: undefined | { dark: MonacoTheme; light: MonacoTheme }

Sets the color theme for the monaco editors.

default

{ dark: 'graphiql-DARK', light: 'graphiql-LIGHT' }

Generated using TypeDoc