Rezi
Preparing search index...
node/src
CreateNodeAppOptions
Type Alias CreateNodeAppOptions<S>
CreateNodeAppOptions
:
Readonly
<
{
config
?:
NodeAppConfig
;
hotReload
?:
NodeAppHotReloadOptions
<
S
>
;
initialRoute
?:
string
;
initialState
:
S
;
routes
?:
readonly
RouteDefinition
<
S
>
[]
;
theme
?:
ThemeDefinition
;
}
,
>
Type Parameters
S
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...