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

    Type Parameters

    • Return

    Parameters

    • Rest ...passed: Vanilla<Return>

    Returns State<Return>

  • For use in the body of a class. Constructs a cached Resource that will reactively respond to tracked data changes

    Type Parameters

    • Return

    Parameters

    • Rest ...passed: WithInitialValue<Return>

    Returns State<Return>

Generated using TypeDoc