Instance Property
tempData
Values associated with the node for transient use.
Declaration
var tempData: [String : Any]? { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,id> * tempData;Declaration
tempData() -> dict[str, object]
setTempData_(tempData: dict[str, object])Discussion
Temporary data is not intended for persistence.
See Also
Temporary Data
The number of temporary values.
The temporary value for a key, or
nilif no value is set.Sets or removes a temporary value.