Type for the Values stored in the Reflection for Indexes
const indices: IIndexArray[] = Reflect.getMetadata(DecoratorKeys.Index, target) || []); Copy
const indices: IIndexArray[] = Reflect.getMetadata(DecoratorKeys.Index, target) || []);
Optional
Generated using TypeDoc
Type for the Values stored in the Reflection for Indexes
Example