Version: 4.5
#
Interface: IndexOptions<T>core.IndexOptions
#
Type parametersName | Type |
---|---|
T | AnyEntity<T> |
#
Hierarchy↳ IndexOptions
#
Properties#
name• Optional
name: string
Inherited from: UniqueOptions.name
Defined in: packages/core/src/decorators/Indexed.ts:29
#
options• Optional
options: Dictionary<any>
Inherited from: UniqueOptions.options
Defined in: packages/core/src/decorators/Indexed.ts:31
#
properties• Optional
properties: keyof T | keyof T[]
Inherited from: UniqueOptions.properties
Defined in: packages/core/src/decorators/Indexed.ts:30
#
type• Optional
type: string
Defined in: packages/core/src/decorators/Indexed.ts:35