Trilium Frontend API
    Preparing search index...

    Type Alias RefObject<T>

    type RefObject<T> = {
        current: T | null;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    current: T | null