@duckduckgo/content-scope-scripts
Preparing search index...
Onboarding Page
InitResponse
Interface InitResponse
interface
InitResponse
{
env
?:
"production"
|
"development"
;
exclude
?:
string
[]
;
locale
:
string
;
platform
?:
{
name
:
"android"
|
"windows"
|
"ios"
|
"macos"
}
;
stepDefinitions
:
Record
<
string
,
any
>
;
}
Index
Properties
env?
exclude?
locale
platform?
step
Definitions
Properties
Optional
env
env
?:
"production"
|
"development"
optional override for the running override
Optional
exclude
exclude
?:
string
[]
ability to exclude screens
locale
locale
:
string
Optional
platform
platform
?:
{
name
:
"android"
|
"windows"
|
"ios"
|
"macos"
}
step
Definitions
stepDefinitions
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
env
exclude
locale
platform
step
Definitions
@duckduckgo/content-scope-scripts
Loading...
optional override for the running override