Tag Component1
class TagComponent1<TAG : Tag<CONTENT_CATEGORY>, CONTENT_CATEGORY : ContentCategory, DSL : StatedDsl<*>>(val tag: TAG, newDslFunc: (DslState) -> DSL) : TagComponent<TAG> , StructuredComponent<TAG, CONTENT_CATEGORY, DSL>
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>