- trackedFunction<Return>(...passed: Vanilla<Return>): State<Return>
- trackedFunction<Return>(...passed: WithInitialValue<Return>): State<Return>
-
Parameters
-
Rest ...passed: Vanilla<Return>
Returns State<Return>
-
Parameters
-
Rest ...passed: WithInitialValue<Return>
Returns State<Return>
For use in the body of a class. Constructs a cached Resource that will reactively respond to tracked data changes