@refinio/one.ui
    Preparing search index...
    • Display the versioned object as a Tree structure

      Parameters

      • props: {
            idHash: SHA256IdHash;
            isHashTrusted: (hash: SHA256Hash) => boolean | Promise<boolean>;
            setError: (e: Error) => void;
            vHash: undefined | SHA256Hash;
        }

        Properties of this view:

        • idHash: SHA256IdHash

          the SHA256IdHash of the object

        • isHashTrusted: (hash: SHA256Hash) => boolean | Promise<boolean>
        • setError: (e: Error) => void

          error setter

        • vHash: undefined | SHA256Hash

      Returns ReactElement