Trilium Frontend API
    Preparing search index...

    Interface MutableRef<T>

    interface MutableRef<T> {
        current: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    current: T