DBContext.useItem()method
useItem(collection: Nullish<Collection<string, II, TT>>, id: Nullish<II>): ItemStore<II, TT> | undefined
useItem(collection: Collection<string, II, TT>, id: II): ItemStore<II, TT>
Get an ItemStore for the specified collection item in the current DataProvider context and subscribe to any changes in it.