callback which takes a (proxy) to the store value and returns a child selected from it
Select child element/member based on the specified property and wrap it in a Writable or Readable store depending on the source store.
member/element to select from the store
Select child element/member based on the specified path and wrap it in a Writable or Readable store depending on the source store.
member/element to select from the store
if provided, path is relative to the current path minus the specified number of segments otherwise it is absolute to the root store value
Generated using TypeDoc
Select child element/member based on selector callback and wrap it in a Writable or Readable store depending on the source store.