Merge fragments definitions into operation definition.
Prettify query, variables and request headers editors.
Add a new tab.
Switch to a different tab.
The index of the tab that should be switched to.
Close a tab. If the currently active tab is closed, the tab before it will become active. If there is no tab before the closed one, the tab after it will become active.
The index of the tab that should be closed.
Move a tab to a new spot.
The new order for the tabs.
Set the Monaco Editor instance used in the specified editor.
Changes the operation name and invokes the onEditOperationName
callback.
Changes if headers should be persisted.
Update the state for the tab that is currently active. This will be
reflected in the tabs
object and the state will be persisted in storage
(if available).
A partial tab state object that will override the
current values. The properties id
, hash
and title
cannot be changed.
Generated using TypeDoc
Copy a query to clipboard.