Function refetchResourceForKey

  • Refetch resources for key

    refetchResourceForKey(() => ["user", props.id])
    

    Will trigger the refresh function on all resources that has the same key

    Type Parameters

    • S

    Parameters

    • source: S

      reactive data function to toggle the request - key is derived for the value (parsed to string)

    Returns void

Generated using TypeDoc