Interface: CompiledPanel
Defined in: runtime-compile.ts:25
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
configUrl | string | blob: URL serving source; hand this to PanelUI.config. Empty string in non-browser environments (node tests). | runtime-compile.ts:34 |
errors | string[] | Validation diagnostics. Empty when the source parses cleanly. | runtime-compile.ts:29 |
source | string | The UIKitML source, exactly as PanelUI.config will fetch it. | runtime-compile.ts:27 |
Methods
revoke()
revoke(): void;
Defined in: runtime-compile.ts:36
Release the blob URL once the panel has loaded (or on discard).
Returns
void