Package-level declarations

Types

Link copied to clipboard
class DefaultDisposableEffectResult(onDispose: () -> Unit) : <ERROR CLASS> ERROR CLASS: Symbol not found for DisposableEffectResult
Link copied to clipboard
Link copied to clipboard
object SkeletonAnimation : <ERROR CLASS> ERROR CLASS: Symbol not found for StyleSheet

Functions

Link copied to clipboard
fun <T> ERROR CLASS: Symbol not found for MutableState<T>.asState(): ERROR CLASS: Ambiguity: State, [kotlin/collections/State, kotlin/sequences/State]<T>

Converts current MutableState to immutable State using derivedStateOf

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Composition.linkWithElement(element: Element)
Link copied to clipboard
fun <T> LoadableComponent(loader: suspend LoadableComponentContext<T>.() -> T, block: LoadableComponentContext<T>.(T) -> Unit)
fun <T> LoadableComponent(preload: T, loader: suspend LoadableComponentContext<T>.() -> T, block: LoadableComponentContext<T>.(T) -> Unit)
fun <T> LoadableComponent(preload: Optional<T>, loader: suspend LoadableComponentContext<T>.() -> T, block: LoadableComponentContext<T>.(T) -> Unit)

Showing data with ability to reload data

Link copied to clipboard
fun openLink(link: String, mode: ERROR CLASS: Symbol not found for ATarget = ATarget.Blank, features: String = "")
Link copied to clipboard
operator fun <T : Element> ERROR CLASS: Symbol not found for AttrBuilderContext<T>??.plus(other: ERROR CLASS: Symbol not found for AttrBuilderContext<T>??): Any
Link copied to clipboard
fun <T : Element> ERROR CLASS: Symbol not found for ElementScope<T>.ref(block: ERROR CLASS: Symbol not found for DisposableEffectScope.(T) -> ERROR CLASS: Symbol not found for DisposableEffectResult)

This function must be called in the context of your tag content. It works like default AttrsScope.ref, but able to be used several times. Uses DisposableEffect under the hood

Link copied to clipboard
fun <TElement : Element> renderComposableAndLinkToRoot(root: TElement, monotonicFrameClock: ERROR CLASS: Symbol not found for MonotonicFrameClock = DefaultMonotonicFrameClock, content: ERROR CLASS: Symbol not found for DOMScope<TElement>.() -> Unit): ERROR CLASS: Symbol not found for Composition
Link copied to clipboard
fun tagClasses(vararg classnames: String): ERROR CLASS: Symbol not found for AttrBuilderContext<*>
Link copied to clipboard
fun tagId(id: String): ERROR CLASS: Symbol not found for AttrBuilderContext<*>