ilokesto

Proxy and exported types

Most users only need the ready-made components. The package also exports lower-level proxy utilities for advanced component authors.

createProxy

createProxy(base, renderForTag, category) builds the object behind Show.div, For.ul, Repeat.section, and plugin-backed properties.

Use it when building a new utilinent-style component with the same HTML-tag and plugin behavior.

Type exports

ExportPurpose
UtilinentRegisterModule augmentation interface for plugin component typing.
BaseTypeHelperFnHelper interface used to map props into proxy call signatures.
ProxyTypeBuilds the final proxy type with HTML tags and registered components.

These types are power-user APIs. Prefer PluginManager.register and existing components unless you are creating a new proxy component family.

On this page