Interface DecoratedPropertyMetadata

Type for the Values stored in the Reflection for Properties

interface DecoratedPropertyMetadata {
    key: string | symbol;
    options: KeyStringAny;
    propType?: PropType;
    target: AnyParamConstructor<any>;
}

Hierarchy (view full)

Properties

key: string | symbol

Property name

options: KeyStringAny

Prop Options

propType?: PropType

What is it for a prop type?

target: AnyParamConstructor<any>

The Target Reflection target for getting metadata from keys