Type Alias OptionalConfig
OptionalConfig: { _debug: boolean; globalValues: GlobalValues; preventWindowTitleChange: boolean; themeColor: string;} & RequireExactlyOne< Readonly< { elementBookRoutePaths: Readonly<ValidBookPaths>; internalRouterConfig: Readonly< { basePath?: string; useInternalRouter: true }, >; }, >,> Type declaration
_debug: boolean
preventWindowTitleChange: boolean
themeColor: string
Options for ElementBookConfig that are optional.