Skip to main content
Version: v8.0.0

DevtoolsPluginOptions


Import
import { DevtoolsPluginOptions } from "@hyper-fetch/plugin-devtools"

Preview

type DevtoolsPluginOptions = {
appName: string;
debug?: boolean;
environment?: string;
url?: string;
}

Structure

DevtoolsPluginOptions
NameTypeDescription
appName
string

Name of your application, it will be displayed in the HyperFlow app

debug
boolean

Enable debug mode logs, so you can see what's happening in plugin

environment
string

App environment indication

url
string

URL of the HyperFlow server Needed only if you change the default port in the HyperFlow app