@sqlrooms/app-runtime / resolveHtmlAppDependencyUrl
Function: resolveHtmlAppDependencyUrl()
resolveHtmlAppDependencyUrl(
dependency):string
Parameters
| Parameter | Type |
|---|---|
dependency | { package: string; version: string; entry?: string; kind?: "script" | "stylesheet"; global?: string; } |
dependency.package | string |
dependency.version | string |
dependency.entry? | string |
dependency.kind? | "script" | "stylesheet" |
dependency.global? | string |
Returns
string
