@refinio/one.ui
    Preparing search index...

    trusted should be undefined for SHA256IdHash objects

    type ObjectDetails = {
        hash: SHA256Hash<OneUnversionedObjectTypes | OneVersionedObjectTypes>;
        idHash: SHA256IdHash | null;
        obj: OneUnversionedObjectTypes | OneVersionedObjectTypes;
        trusted?: boolean;
    }
    Index

    Properties

    Properties

    hash: SHA256Hash<OneUnversionedObjectTypes | OneVersionedObjectTypes>
    idHash: SHA256IdHash | null
    obj: OneUnversionedObjectTypes | OneVersionedObjectTypes
    trusted?: boolean