Interface: UIKitMLLoadOptions
Defined in: packages/core/src/ui/uikitml.ts:35
Properties
componentSets?
optionalcomponentSets:ComponentSet[]
Defined in: packages/core/src/ui/uikitml.ts:39
Additional application-defined UIKitML components.
forceReload?
optionalforceReload:boolean
Defined in: packages/core/src/ui/uikitml.ts:43
Bypass the cached source text, primarily for editor preview refreshes.
kit?
optionalkit:KitName
Defined in: packages/core/src/ui/uikitml.ts:37
Built-in component collection.
Default Value
'horizon'
preferredColorScheme?
optionalpreferredColorScheme:PreferredColorScheme
Defined in: packages/core/src/ui/uikitml.ts:41
Color scheme supplied to the instantiated UIKit tree.