MDCChipActionScope

Properties

Link copied to clipboard
abstract val DisposableEffectScope.scopeElement: T

Functions

Link copied to clipboard
open fun DisposableRefEffect(effect: DisposableEffectScope.(T) -> DisposableEffectResult)
abstract fun DisposableRefEffect(key: Any?, effect: DisposableEffectScope.(T) -> DisposableEffectResult)
Link copied to clipboard
abstract fun DomSideEffect(effect: DomEffectScope.(T) -> Unit)
abstract fun DomSideEffect(key: Any?, effect: DomEffectScope.(T) -> Unit)
Link copied to clipboard
@Composable
fun MDCChipActionScope<*>.Graphic(attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContent<MDCFilterChipGraphicScope>? = null)
Link copied to clipboard
@Composable
fun MDCChipActionScope<*>.Label(attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContentRaw<HTMLSpanElement>? = null)
@Composable
fun MDCChipActionScope<*>.Label(text: String, attrs: MDCAttrsRaw<HTMLSpanElement>? = null)