@nextcloud/dialogs
    Preparing search index...

    Interface Ref<T>

    interface Ref<T = any> {
        "[RefSymbol]": true;
        value: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    "[RefSymbol]": true

    Type differentiator only. We need this to be in public d.ts but don't want it to show up in IDE autocomplete, so we use a private Symbol instead.

    value: T