Skip to main content
Version: Next

IndexOptions <T, H>

Hierarchy

  • BaseOptions<T, H>
    • IndexOptions

Index

Properties

optionalinheritedexpression

expression?: string | (T extends EntityClass<P> ? IndexCallback<P> : IndexCallback<T>)

optionalinheritedname

name?: string

optionalinheritedoptions

options?: Dictionary

optionalinheritedproperties

properties?: T extends EntityClass<P> ? Properties<P, H> : Properties<T, H>

optionaltype

type?: string