Documentation
Preparing search index...
@kehto/paja
PajaHostConfig
Interface PajaHostConfig
interface
PajaHostConfig
{
chrome
:
{
bottomBar
:
true
;
sidePanels
:
false
;
topBar
:
true
}
;
runtime
:
{
configPath
?:
string
;
createdAt
:
string
;
host
:
string
;
port
:
number
;
readyTimeoutMs
:
number
;
reloadToken
:
string
;
}
;
simulation
:
PajaSimulation
;
target
:
{
command
?:
PajaCommand
;
hmrStrategy
:
"iframe-target-url"
;
url
:
string
;
}
;
version
:
1
;
window
:
{
aggregateHash
:
string
;
dTag
:
string
;
id
:
string
}
;
}
Index
Properties
chrome
runtime
simulation
target
version
window
Properties
Readonly
chrome
chrome
:
{
bottomBar
:
true
;
sidePanels
:
false
;
topBar
:
true
}
Readonly
runtime
runtime
:
{
configPath
?:
string
;
createdAt
:
string
;
host
:
string
;
port
:
number
;
readyTimeoutMs
:
number
;
reloadToken
:
string
;
}
Readonly
simulation
simulation
:
PajaSimulation
Readonly
target
target
:
{
command
?:
PajaCommand
;
hmrStrategy
:
"iframe-target-url"
;
url
:
string
}
Readonly
version
version
:
1
Readonly
window
window
:
{
aggregateHash
:
string
;
dTag
:
string
;
id
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chrome
runtime
simulation
target
version
window
Documentation
Loading...