Class Changes<T>

Type Parameters

  • T extends object

Hierarchy

Constructors

Properties

$inc?: Partial<Pick<T, NumberFields<T>>>
$set?: T | Partial<T>
$unset?: {
    [path: string]: number;
}

Type declaration

  • [path: string]: number
empty: boolean = true
fieldNames: string[] = []

Methods

  • Parameters

    • property: keyof T & string
    • value: any

    Returns void

  • Parameters

    • property: keyof T & string
    • unset: boolean = true

    Returns void

Generated using TypeDoc