@arcmantle/adapter-element
    Preparing search index...

    Interface Ref<T>

    An object that holds a ref value.

    interface Ref<T = Element> {
        value?: T;
    }

    Type Parameters

    • T = Element
    Index

    Properties

    Properties

    value?: T

    The current Element value of the ref, or else undefined if the ref is no longer rendered.