Function: compilePanelSource()
function compilePanelSource(source: string, options?: CompileOptions): CompiledPanel;
Defined in: runtime-compile.ts:53
Validate UIKitML source and wrap it in a blob: URL for PanelUI.config.
Collects diagnostics instead of throwing.
Parameters
| Parameter | Type |
|---|---|
source | string |
options | CompileOptions |