zibri
    Preparing search index...

    A descriptor that keeps track of the hash properties of an entity.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    keys: Map<string, ExcludeStrict<HashPropertyValue<any, any>, false>> = ...

    Keys that have a hash value of true or function.

    nestedKeys: Map<string, HashDescriptor<unknown>> = ...

    Keys with no hash option but containing nested entities that might have hash properties.

    Methods