geoview-core
    Preparing search index...

    Interface MutableRefObject<T>

    interface MutableRefObject<T> {
        current: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    current: T