SyncAtomNode
public protocol SyncAtomNode : RecoilSyncNode, Writeable
Undocumented
-
Undocumented
Declaration
Swift
func defaultValue() -> T -
getValue(_:Extension method) Undocumented
Declaration
Swift
public func getValue(_ accessor: StateGetter) throws -> T
-
setValue(context:Extension methodnewValue: ) Undocumented
Declaration
Swift
public func setValue(context: MutableContext, newValue: T)
SyncAtomNode Protocol Reference