Instance Method
tempData(forKey:)tempDataForKey:tempDataForKey_
The temporary value for a key, or nil if no value is set.
Declaration
func tempData(forKey key: String) -> Any?Declaration
- (id) tempDataForKey:(NSString *) key;Declaration
tempDataForKey_(key: str) -> objectSee Also
Temporary Data
Values associated with the node for transient use.
The number of temporary values.
Sets or removes a temporary value.