cmLink

fun ContextMenu.cmLink(    label: String,     url: String? = null,     icon: String? = null,     image: <ERROR CLASS>? = null,     dataNavigo: Boolean? = null,     className: String? = null,     init: <ERROR CLASS>.() -> Unit? = null): <ERROR CLASS>

DSL builder extension function for a link in a context menu list.

It takes the same parameters as the constructor of the built component.