procedural-to-declarative
    Preparing search index...

    Interface Ref<T>

    Reference object that can be read and written through current.

    interface Ref<T> {
        current: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    current: T