Skip to main content
Version: 4.5

Interface: IndexOptions<T>#

core.IndexOptions

Type parameters#

NameType
TAnyEntity<T>

Hierarchy#

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

Last updated on by Martin Adámek