prorm API Reference
    Preparing search index...

    Interface GeneratedMetadata

    Metadata stored on the target (class or property)

    interface GeneratedMetadata {
        propertyName?: string;
        isGetter?: boolean;
        options: GeneratedOptions;
    }
    Index
    propertyName?: string

    The property name this decorator is applied to

    isGetter?: boolean

    Whether it's a getter (for class property getters)

    Generated column options