Interface ReflectMetadataType

interface ReflectMetadataType {
    defaultValue?: boolean;
    handler?: string | symbol;
    id: Identifier<unknown>;
    index?: number;
    lazy?: boolean;
    noThrow?: boolean;
    propertyName?: string | symbol;
    scope?: ScopeEnum;
    scopeEscape?: boolean;
}

Properties

defaultValue?: boolean
handler?: string | symbol
id: Identifier<unknown>
index?: number
lazy?: boolean
noThrow?: boolean
propertyName?: string | symbol
scope?: ScopeEnum
scopeEscape?: boolean