this.gui
Preparing search index...
StartAppOptions
Type Alias StartAppOptions
type
StartAppOptions
=
{
basePath
?:
string
;
createMe
?:
()
=>
any
|
Promise
<
any
>
;
ctx
?:
Record
<
string
,
any
>
;
gui
?:
any
;
inputUrl
?:
string
|
URL
;
install
?:
InstallHook
|
InstallHook
[]
;
legacyRouteQueryKey
?:
string
|
false
;
me
?:
any
;
registerRoutes
?:
(
router
:
Router
)
=>
void
|
Promise
<
void
>
;
root
?:
Element
|
string
|
null
;
rootId
?:
string
;
runtime
?:
RouterRuntime
|
null
;
target
?:
Element
|
string
|
null
;
useHistory
?:
boolean
;
}
Index
Properties
base
Path?
create
Me?
ctx?
gui?
input
Url?
install?
legacy
Route
Query
Key?
me?
register
Routes?
root?
root
Id?
runtime?
target?
use
History?
Properties
Optional
base
Path
basePath
?:
string
Optional
create
Me
createMe
?:
()
=>
any
|
Promise
<
any
>
Optional
ctx
ctx
?:
Record
<
string
,
any
>
Optional
gui
gui
?:
any
Optional
input
Url
inputUrl
?:
string
|
URL
Optional
install
install
?:
InstallHook
|
InstallHook
[]
Optional
legacy
Route
Query
Key
legacyRouteQueryKey
?:
string
|
false
Optional
me
me
?:
any
Optional
register
Routes
registerRoutes
?:
(
router
:
Router
)
=>
void
|
Promise
<
void
>
Optional
root
root
?:
Element
|
string
|
null
Optional
root
Id
rootId
?:
string
Optional
runtime
runtime
?:
RouterRuntime
|
null
Optional
target
target
?:
Element
|
string
|
null
Optional
use
History
useHistory
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Path
create
Me
ctx
gui
input
Url
install
legacy
Route
Query
Key
me
register
Routes
root
root
Id
runtime
target
use
History
this.gui
Loading...