@tempots/ui

AsyncResultView() function

Renders the view based on the result of an asynchronous operation.

Signature:

AsyncResultView: <T, E>(result: Value<AsyncResult<T, E>>, options: AsyncResultViewOptions<T, E> | ((value: Signal<T>) => TNode)) => Renderable

Parameters

Parameter

Type

Description

result

Value<AsyncResult<T, E>>

The result of the asynchronous operation.

options

AsyncResultViewOptions<T, E> | ((value: Signal<T>) => TNode)

The options object or a function that returns a TNode.

Returns: Renderable

The rendered view.