Interface BitField<This>

interface BitField<This> {
    bitlength: number;
    id: number;
    metadata: DecoratorMetadataObject;
    name: string;
    options: BitFieldOptions;
    propertyName: keyof This;
    type: symbol;
}

Type Parameters

  • This

Hierarchy

  • PropertyMetaDescriptor<This>
    • BitField

Properties

bitlength: number
id: number

Unique ID

metadata: DecoratorMetadataObject

Metadata object to which this decorator is applied.

name: string

Name of the decorator.

propertyName: keyof This

Property name of the object the decorator is applied.

type: symbol

Type symbol