dataRef

@Composable
fun IComponent.dataRef(className: String? = null, id: String? = null, content: @Composable IData.() -> Unit = {}): Data

Creates a Data component, returning a reference.

Return

the Data component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component