Skip to main content

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

ParameterType
sourcestring
optionsCompileOptions

Returns

CompiledPanel