PropertyAssign CallablePropertyAssign<T, K>(output, key, value): voidAssign a property on an ItemProperties record via dynamic key. Used by PropertyUnion and PropertyDifference where keys are only known at runtime.Parametersoutput: Tkey: Kvalue: T[K]Returns void
Assign a property on an ItemProperties record via dynamic key. Used by PropertyUnion and PropertyDifference where keys are only known at runtime.