Skip to content

Function: parseUIKitMLSource()

parseUIKitMLSource(source, sourceURL?, options?): UIKitMLAst

Defined in: packages/core/src/ui/uikitml.ts:124

Parse UIKitML source and resolve its relative TTF declarations.

Parameters

source

string

UIKitML markup.

sourceURL?

string

URL of the UIKitML document, used as the base for font URLs.

options?

UIKitMLLoadOptions = {}

Parser and component-set options.

Returns

UIKitMLAst

Privacy | Terms