WidgetSystem

interface WidgetSystem<W : Any>

Interface for types whose properties expose factories for a schema and all its transitive dependencies.

Functions

Link copied to clipboard
abstract fun apply(value: W, element: Modifier.UnscopedElement)

Find the appropriate schema factory and function to handle element and apply it to value.