Skip to main content

Interface: CompiledPanel

Defined in: runtime-compile.ts:25

Properties

PropertyTypeDescriptionDefined in
configUrlstringblob: URL serving source; hand this to PanelUI.config. Empty string in non-browser environments (node tests).runtime-compile.ts:34
errorsstring[]Validation diagnostics. Empty when the source parses cleanly.runtime-compile.ts:29
sourcestringThe 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