Interface PrimitiveTypeProperty<This>

PrimitiveTypeField.

interface PrimitiveTypeProperty<This> {
    id: number;
    metadata: DecoratorMetadataObject;
    name: string;
    primitive: PrimitiveSymbol;
    propertyName: keyof This;
    type: symbol;
}

Type Parameters

  • This

Hierarchy

  • PropertyMetaDescriptor<This>
    • PrimitiveTypeProperty

Properties

id: number

Unique ID

metadata: DecoratorMetadataObject

Metadata object to which this decorator is applied.

name: string

Name of the decorator.

primitive: PrimitiveSymbol
propertyName: keyof This

Property name of the object the decorator is applied.

type: symbol

Type symbol