coreInterfacesAtomFnAtomFn Factory to create a writable Atom that can be set or updated directly.CallableAtomFn<T>(initialValue: T, options?: AtomOptions<T>): WritableAtom<T>Type parametersTParametersinitialValue: Toptionaloptions: AtomOptions<T>Returns WritableAtom<T>
Factory to create a writable
Atom
that can be set or updated directly.