Type from DataModelSingleType
Last value of the object
Current value of the object
True if and only if the new value should cause rerender
React Hook returning current value of single-instance data objects in database. Whenever the object in database changes (according to shouldUpdate function), this hook causes rerender of calling component with current value.
Type of requested object, from DataModelSingleType
Current value of given data type in database
Generated using TypeDoc
Function deciding whether the new value of object should cause rerender of component or not