ActivityProps

external interface ActivityProps : PropsWithChildren(source)

Properties

Link copied to clipboard
abstract var children: ReactNode?
Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var mode: ActivityMode?
Link copied to clipboard
abstract var name: String?

A name for this Activity boundary for instrumentation purposes. The name will help identify this boundary in React DevTools.

Functions

Link copied to clipboard
inline fun <P : Props> child(type: ElementType<P>, props: P)
Link copied to clipboard
inline operator fun <P : Props> ElementType<P>.invoke()
inline operator fun <P : Props> ElementType<P>.invoke(noinline block: P.() -> Unit)
inline operator fun <T> Provider<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)
Link copied to clipboard
inline operator fun Char.unaryPlus()
inline operator fun String?.unaryPlus()
inline operator fun ReactNode?.unaryPlus()
inline operator fun Props?.unaryPlus()