Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabState

This object describes the state of a single tab.

Hierarchy

Index

Properties

hash

hash: string

A hash that is unique for a combination of the contents of the query editor, the variables editor and the request headers editor (i.e., all the editor where the contents are persisted in storage).

Optional headers

headers: string | null

The contents of the request headers editor of this tab.

id

id: string

A GUID value generated when the tab was created.

operationName

operationName: string | null

The operation name derived from the contents of the operation editor of this tab.

query

query: string | null

The contents of the operation editor of this tab.

response

response: string | null

The contents of the response editor of this tab.

title

title: string

The title of the tab shown in the tab element.

Optional variables

variables: string | null

The contents of the variables editor of this tab.

Generated using TypeDoc