BSB Node.js Type Definitions
BSB Docs
GitHub
Preparing search index...
ResolvedBSBOptions
Interface ResolvedBSBOptions
Resolved options with all defaults applied
See
API: ResolvedBSBOptions
interface
ResolvedBSBOptions
{
debug
:
boolean
;
live
:
boolean
;
cwd
:
string
;
appId
:
string
;
region
?:
string
;
mode
:
DEBUG_MODE
;
config
:
typeof
SBConfig
;
plugins
:
typeof
SBPlugins
;
observable
:
typeof
SBObservable
;
events
:
typeof
SBEvents
;
services
:
typeof
SBServices
;
}
Index
Properties
debug
live
cwd
app
Id
region?
mode
config
plugins
observable
events
services
Properties
debug
debug
:
boolean
live
live
:
boolean
cwd
cwd
:
string
app
Id
appId
:
string
Optional
region
region
?:
string
mode
mode
:
DEBUG_MODE
config
config
:
typeof
SBConfig
plugins
plugins
:
typeof
SBPlugins
observable
observable
:
typeof
SBObservable
events
events
:
typeof
SBEvents
services
services
:
typeof
SBServices
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
debug
live
cwd
app
Id
region
mode
config
plugins
observable
events
services
BSB Documentation
Plugin System
Node.js Guide
BSB Docs
GitHub
BSB Node.js Type Definitions
Loading...
Resolved options with all defaults applied
See
API: ResolvedBSBOptions