SetProperty
SetPropertyAction
Overview needed
Constructor
public SetPropertyAction
new SetPropertyAction(obj, key, prop)
*Description needed*Parameters
obj: BaseObject
– Description neededkey: string
– Description neededprop: any
– Description needed
Properties
No publicly accessible properties on SetPropertyAction
private obj: BaseObject
Description needed
private propKey: string
Description needed
private initialProp: any
Description needed
private targetProp: any
Description needed
Methods
public getCustomInfo
getCustomInfo() => string[]
Description needed
Returns
-
string[]
– Description needed
Static Methods
No static methods for SetPropertyAction
Functions
SetProperty
SetProperty(obj, key, prop) => SetPropertyAction
Description needed
Parameters
obj: BaseObject
– Description neededkey: string
– Description neededprop: any
– Description needed
Returns
-
SetPropertyAction
– Description needed