Ref<'T> Type

A utility to bind a reference to a rendered component.

Constructors

Constructor Description

Ref()

Full Usage: Ref()

Returns: Ref<'T>
Returns: Ref<'T>

Instance members

Instance member Description

this.Value

Full Usage: this.Value

The element or component reference. This is Some if it has been bound using attr.ref or by inserting it in a component computation expression.