Structured Component
interface StructuredComponent<TAG : Tag<CONTENT_CATEGORY>, CONTENT_CATEGORY : ContentCategory, DSL : StatedDsl<*>> : Component1<TAG, CONTENT_CATEGORY, DSL.() -> Unit>
Inheritors
Functions
Link copied to clipboard
fun <CONTENT_CATEGORY : ContentCategory, TAG : Tag<CONTENT_CATEGORY>> Component<TAG>.component(block: StatedDsl<CONTENT_CATEGORY>.() -> Unit): Component0<Tag<in CONTENT_CATEGORY>, in CONTENT_CATEGORY>