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
Functions
Link copied to clipboard
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 <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