- Preparing search index...
- The search index is not available
TESSA Web API
- multiInject<T>(serviceIdentifier: ServiceIdentifierOrFunc<T>, options?: InjectOptions): (<Target, Prop, Index>(target: CheckTarget<Target, Prop, Index, T>, targetKey?: Prop, indexOrPropertyDescriptor?: Index | TypedPropertyDescriptor<T>) => void)
-
Parameters
-
serviceIdentifier: ServiceIdentifierOrFunc<T>
-
Returns (<Target, Prop, Index>(target: CheckTarget<Target, Prop, Index, T>, targetKey?: Prop, indexOrPropertyDescriptor?: Index | TypedPropertyDescriptor<T>) => void)
-
- <Target, Prop, Index>(target: CheckTarget<Target, Prop, Index, T>, targetKey?: Prop, indexOrPropertyDescriptor?: Index | TypedPropertyDescriptor<T>): void
-
Type Parameters
-
Target extends { [ key in string | symbol]: T } | (new (...args: unknown[]) => unknown)
-
Prop extends string | symbol
-
Index extends number
Parameters
-
target: CheckTarget<Target, Prop, Index, T>
-
Optional
targetKey: Prop
-
Optional
indexOrPropertyDescriptor: Index | TypedPropertyDescriptor<T>
Returns void