Properties
getBasePath
getBasePath: () => string
getBeepUrl
getBeepUrl: () => string
getCompiledLayoutPath
getCompiledLayoutPath: () => string
getCompiledViewPath
getCompiledViewPath: () => string
getConfigurationFileUrl
getConfigurationFileUrl: () => string
getControllerPath
getControllerPath: () => string
getDictionaryFileUrl
getDictionaryFileUrl: (langCode?: string) => string
Type declaration
-
- (langCode?: string): string
-
Parameters
-
Optional langCode: string
Returns string
getDirectoriesFileUrl
getDirectoriesFileUrl: () => string
getEnv
get
Env: () => EnvType | "default" | string
Type declaration
-
-
Returns EnvType | "default" | string
getExtensionsPath
getExtensionsPath: () => string
getGeneratedGrammarsPath
getGeneratedGrammarsPath: () => string
getGeneratedStateModelsPath
getGeneratedStateModelsPath: () => string
getGrammarFileUrl
getGrammarFileUrl: (langCode?: string) => string
Type declaration
-
- (langCode?: string): string
-
Parameters
-
Optional langCode: string
Returns string
getGrammarPluginPath
getGrammarPluginPath: () => string
getHelperPath
getHelperPath: () => string
getHelperSuffix
getHelperSuffix: () => string
getLanguage
getLanguage: () => string
getLanguagePath
getLanguagePath: () => string
getLayoutPath
getLayoutPath: () => string
getMediaPluginPath
getMediaPluginPath: () => string
getModelPath
getModelPath: () => string
getPartialsPrefix
getPartialsPrefix: () => string
getSpeechConfigFileUrl
getSpeechConfigFileUrl: (langCode?: string) => string
Type declaration
-
- (langCode?: string): string
-
Parameters
-
Optional langCode: string
Returns string
getViewPath
getViewPath: () => string
getWorkerPath
getWorkerPath: () => string
init
init
: (theForBrowserParameter
?: EnvType | (EnvInfo & { isAbsolutePath
?: true | ((path
: string) => boolean) }) | string | boolean, isReset
?: boolean) => any
Type declaration
-
- (theForBrowserParameter?: EnvType | (EnvInfo & { isAbsolutePath?: true | ((path: string) => boolean) }) | string | boolean, isReset?: boolean): any
-
Parameters
-
Optional theForBrowserParameter: EnvType | (EnvInfo & { isAbsolutePath?: true | ((path: string) => boolean) }) | string | boolean
-
Optional isReset: boolean
Returns any
isBrowserEnv
isBrowserEnv: () => boolean
isCordovaEnv
isCordovaEnv: () => boolean